Html Css Color HEX #CEA008 Gamboge

📋 copy color: '#CEA008'

red 206 ◦ green 160 ◦ blue 8

#CEA008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #CEA008

Tints of Gamboge #CEA008

RGB

 RED value IS 206 (80.86% from 255) = 55.08%

 GREEN value IS 160 (62.89% from 255) = 42.78%

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 55.08%
G = 42.78%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEA008 (or 0xCEA008) is known color: Gamboge. HEX triplet: CE, A0 and 08. RGB value is (206,160,8). Sum of RGB (Red+Green+Blue) = 206+160+8=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA008 is #315FF7. Grayscale: #9D9D9D. Windows color (decimal): -3235832 or 565454. OLE color: 565454.

HSL color Cylindrical-coordinate representation of color #CEA008: hue angle of 46.06º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEA008 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 160 8 -
CMYK 0 0.22 0.96 0.19
HSL 46.06º 0.93% 0.42% -
HSV(B) 46.06º 0.96% 0.81% -
XYZ 38.07 38.28 5.61 -
YUV 156.43 44.24 163.36 -
System Red Green Blue C M Y K H S L
Decimal 206 160 8 0 0.22 0.96 0.19 46.06 0.93 0.42
Hex CE A0 8 0 16 60 13 2E 5D 2A
Octal 316 240 10 0 26 140 23 56 135 52
Binary 11001110 10100000 1000 0 10110 1100000 10011 101110 1011101 101010

Color Harmonies of #CEA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA008

Black with #CEA008

Text Example


Text Example

White with #CEA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA008; }

 p { color: rgb(206,160,8); }

 H1.HeaderClassName
 {
   color: #CEA008;
 }
 .AnyTagClassName
 {
   color: #CEA008;
 }
</style>

background-color css

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

 a { background-color: rgb(206,160,8); }

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

border-color css

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

 span { border-color: rgb(206,160,8); }

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