Html Css Color HEX #CEA005 Gamboge

📋 copy color: '#CEA005'

red 206 ◦ green 160 ◦ blue 5

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

Shades of Gamboge #CEA005

Tints of Gamboge #CEA005

RGB

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

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

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

R = 55.53%
G = 43.13%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEA005 (or 0xCEA005) is known color: Gamboge. HEX triplet: CE, A0 and 05. RGB value is (206,160,5). Sum of RGB (Red+Green+Blue) = 206+160+5=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA005 is #315FFA. Grayscale: #9C9C9C. Windows color (decimal): -3235835 or 368846. OLE color: 368846.

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

Color convert

RGB 206 160 5 -
CMYK 0 0.22 0.98 0.19
HSL 46.27º 0.95% 0.41% -
HSV(B) 46.27º 0.98% 0.81% -
XYZ 38.05 38.27 5.53 -
YUV 156.08 42.74 163.6 -
System Red Green Blue C M Y K H S L
Decimal 206 160 5 0 0.22 0.98 0.19 46.27 0.95 0.41
Hex CE A0 5 0 16 62 13 2E 5F 29
Octal 316 240 5 0 26 142 23 56 137 51
Binary 11001110 10100000 101 0 10110 1100010 10011 101110 1011111 101001

Color Harmonies of #CEA005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA005

Black with #CEA005

Text Example


Text Example

White with #CEA005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA005; }

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

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

background-color css

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

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

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

border-color css

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

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

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