Html Css Color HEX #CEA504 Gamboge

📋 copy color: '#CEA504'

red 206 ◦ green 165 ◦ blue 4

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

Shades of Gamboge #CEA504

Tints of Gamboge #CEA504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44%

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

R = 54.93%
G = 44%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEA504 (or 0xCEA504) is known color: Gamboge. HEX triplet: CE, A5 and 04. RGB value is (206,165,4). Sum of RGB (Red+Green+Blue) = 206+165+4=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA504 is #315AFB. Grayscale: #9F9F9F. Windows color (decimal): -3234556 or 304590. OLE color: 304590.

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

Color convert

RGB 206 165 4 -
CMYK 0 0.20 0.98 0.19
HSL 47.82º 0.96% 0.41% -
HSV(B) 47.82º 0.98% 0.81% -
XYZ 38.93 40.04 5.79 -
YUV 158.91 40.58 161.59 -
System Red Green Blue C M Y K H S L
Decimal 206 165 4 0 0.20 0.98 0.19 47.82 0.96 0.41
Hex CE A5 4 0 14 62 13 30 60 29
Octal 316 245 4 0 24 142 23 60 140 51
Binary 11001110 10100101 100 0 10100 1100010 10011 110000 1100000 101001

Color Harmonies of #CEA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA504

Black with #CEA504

Text Example


Text Example

White with #CEA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA504; }

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

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

background-color css

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

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

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

border-color css

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

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

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