Html Css Color HEX #CEA605 Gamboge

📋 copy color: '#CEA605'

red 206 ◦ green 166 ◦ blue 5

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

Shades of Gamboge #CEA605

Tints of Gamboge #CEA605

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.03%

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 54.64%
G = 44.03%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEA605 (or 0xCEA605) is known color: Gamboge. HEX triplet: CE, A6 and 05. RGB value is (206,166,5). Sum of RGB (Red+Green+Blue) = 206+166+5=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA605 is #3159FA. Grayscale: #A0A0A0. Windows color (decimal): -3234299 or 370382. OLE color: 370382.

HSL color Cylindrical-coordinate representation of color #CEA605: hue angle of 48.06º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEA605 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 166 5 -
CMYK 0 0.19 0.98 0.19
HSL 48.06º 0.95% 0.41% -
HSV(B) 48.06º 0.98% 0.81% -
XYZ 39.12 40.41 5.88 -
YUV 159.61 40.75 161.09 -
System Red Green Blue C M Y K H S L
Decimal 206 166 5 0 0.19 0.98 0.19 48.06 0.95 0.41
Hex CE A6 5 0 13 62 13 30 5F 29
Octal 316 246 5 0 23 142 23 60 137 51
Binary 11001110 10100110 101 0 10011 1100010 10011 110000 1011111 101001

Color Harmonies of #CEA605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA605

Black with #CEA605

Text Example


Text Example

White with #CEA605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA605; }

 p { color: rgb(206,166,5); }

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

background-color css

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

 a { background-color: rgb(206,166,5); }

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

border-color css

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

 span { border-color: rgb(206,166,5); }

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