#FFCE6E

Color #FFCE6E Grandis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grandis #FFCE6E

Tints of Grandis #FFCE6E

Color information

#FFCE6E (or 0xFFCE6E) is unknown color: approx Grandis. HEX triplet: FF, CE and 6E. RGB value is (255,206,110). Sum of RGB (Red+Green+Blue) = 255+206+110=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 110 (43.36% from 255 or 19.26% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE6E is #003191. Grayscale: #D2D2D2. Windows color (decimal): -12690 or 7261951. OLE color: 7261951.

HSL color Cylindrical-coordinate representation of color #FFCE6E: hue angle of 39.72º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFCE6E is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB255206110-
CMYK00.190.570
HSL39.72º100%71.57%-
HSV(B)39.72º56.86%100%-
XYZ66.1366.5324.11-
YUV209.7171.73160.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 206 (80.86% from 255) = 36.08%
BLUE value IS 110 (43.36% from 255) = 19.26%
R=44.66%
G=36.08%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520611000.190.57039.7210071.57
HexFFCE6E013390286448
Octal37731615602371050144110
Binary11111111110011101101110010011111001010100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCE6E; }

 p { color: rgb(255,206,110); }

 H1.HeaderClassName
 {
   color: #FFCE6E;
 }
 .AnyTagClassName
 {
   color: #FFCE6E;
 }
</style>
background-color css

<style>
 a { background-color: #FFCE6E; }

 a { background-color: rgb(255,206,110); }

 div.DivClassName
 {
   background-color: #FFCE6E;
 }
 .BgClassName
 {
   background-color: #FFCE6E;
 }
</style>
border-color css

<style>
 span { border-color: #FFCE6E; }

 span { border-color: rgb(255,206,110); }

 td.TdClassName
 {
   border-color: #FFCE6E;
 }
 .TagClassName
 {
   border-color: #FFCE6E;
 }
</style>