Html Css Color HEX #CEA804 Gamboge

📋 copy color: '#CEA804'

red 206 ◦ green 168 ◦ blue 4

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

Shades of Gamboge #CEA804

Tints of Gamboge #CEA804

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.44%

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 54.5%
G = 44.44%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEA804 (or 0xCEA804) is known color: Gamboge. HEX triplet: CE, A8 and 04. RGB value is (206,168,4). Sum of RGB (Red+Green+Blue) = 206+168+4=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA804 is #3157FB. Grayscale: #A1A1A1. Windows color (decimal): -3233788 or 305358. OLE color: 305358.

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

Color convert

RGB 206 168 4 -
CMYK 0 0.18 0.98 0.19
HSL 48.71º 0.96% 0.41% -
HSV(B) 48.71º 0.98% 0.81% -
XYZ 39.48 41.14 5.97 -
YUV 160.67 39.59 160.34 -
System Red Green Blue C M Y K H S L
Decimal 206 168 4 0 0.18 0.98 0.19 48.71 0.96 0.41
Hex CE A8 4 0 12 62 13 31 60 29
Octal 316 250 4 0 22 142 23 61 140 51
Binary 11001110 10101000 100 0 10010 1100010 10011 110001 1100000 101001

Color Harmonies of #CEA804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA804

Black with #CEA804

Text Example


Text Example

White with #CEA804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA804; }

 p { color: rgb(206,168,4); }

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

background-color css

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

 a { background-color: rgb(206,168,4); }

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

border-color css

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

 span { border-color: rgb(206,168,4); }

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