Html Css Color HEX #CEA408 Gamboge

📋 copy color: '#CEA408'

red 206 ◦ green 164 ◦ blue 8

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

Shades of Gamboge #CEA408

Tints of Gamboge #CEA408

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.39%

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

R = 54.5%
G = 43.39%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEA408 (or 0xCEA408) is known color: Gamboge. HEX triplet: CE, A4 and 08. RGB value is (206,164,8). Sum of RGB (Red+Green+Blue) = 206+164+8=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA408 is #315BF7. Grayscale: #9F9F9F. Windows color (decimal): -3234808 or 566478. OLE color: 566478.

HSL color Cylindrical-coordinate representation of color #CEA408: hue angle of 47.27º 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 #CEA408 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 164 8 -
CMYK 0 0.20 0.96 0.19
HSL 47.27º 0.93% 0.42% -
HSV(B) 47.27º 0.96% 0.81% -
XYZ 38.77 39.69 5.85 -
YUV 158.77 42.91 161.68 -
System Red Green Blue C M Y K H S L
Decimal 206 164 8 0 0.20 0.96 0.19 47.27 0.93 0.42
Hex CE A4 8 0 14 60 13 2F 5D 2A
Octal 316 244 10 0 24 140 23 57 135 52
Binary 11001110 10100100 1000 0 10100 1100000 10011 101111 1011101 101010

Color Harmonies of #CEA408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA408

Black with #CEA408

Text Example


Text Example

White with #CEA408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA408; }

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

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

background-color css

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

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

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

border-color css

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

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

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