Html Css Color HEX #CEA208 Gamboge

📋 copy color: '#CEA208'

red 206 ◦ green 162 ◦ blue 8

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

Shades of Gamboge #CEA208

Tints of Gamboge #CEA208

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.09%

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

R = 54.79%
G = 43.09%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEA208 (or 0xCEA208) is known color: Gamboge. HEX triplet: CE, A2 and 08. RGB value is (206,162,8). Sum of RGB (Red+Green+Blue) = 206+162+8=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA208 is #315DF7. Grayscale: #9E9E9E. Windows color (decimal): -3235320 or 565966. OLE color: 565966.

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

Color convert

RGB 206 162 8 -
CMYK 0 0.21 0.96 0.19
HSL 46.67º 0.93% 0.42% -
HSV(B) 46.67º 0.96% 0.81% -
XYZ 38.42 38.98 5.73 -
YUV 157.6 43.58 162.52 -
System Red Green Blue C M Y K H S L
Decimal 206 162 8 0 0.21 0.96 0.19 46.67 0.93 0.42
Hex CE A2 8 0 15 60 13 2F 5D 2A
Octal 316 242 10 0 25 140 23 57 135 52
Binary 11001110 10100010 1000 0 10101 1100000 10011 101111 1011101 101010

Color Harmonies of #CEA208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA208

Black with #CEA208

Text Example


Text Example

White with #CEA208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA208; }

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

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

background-color css

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

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

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

border-color css

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

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

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