Html Css Color HEX #CEA402 Gamboge

📋 copy color: '#CEA402'

red 206 ◦ green 164 ◦ blue 2

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

Shades of Gamboge #CEA402

Tints of Gamboge #CEA402

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.09%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 55.38%
G = 44.09%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEA402 (or 0xCEA402) is known color: Gamboge. HEX triplet: CE, A4 and 02. RGB value is (206,164,2). Sum of RGB (Red+Green+Blue) = 206+164+2=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA402 is #315BFD. Grayscale: #9E9E9E. Windows color (decimal): -3234814 or 173262. OLE color: 173262.

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

Color convert

RGB 206 164 2 -
CMYK 0 0.20 0.99 0.19
HSL 47.65º 0.98% 0.41% -
HSV(B) 47.65º 0.99% 0.81% -
XYZ 38.74 39.68 5.67 -
YUV 158.09 39.91 162.17 -
System Red Green Blue C M Y K H S L
Decimal 206 164 2 0 0.20 0.99 0.19 47.65 0.98 0.41
Hex CE A4 2 0 14 63 13 30 62 29
Octal 316 244 2 0 24 143 23 60 142 51
Binary 11001110 10100100 10 0 10100 1100011 10011 110000 1100010 101001

Color Harmonies of #CEA402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA402

Black with #CEA402

Text Example


Text Example

White with #CEA402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA402; }

 p { color: rgb(206,164,2); }

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

background-color css

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

 a { background-color: rgb(206,164,2); }

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

border-color css

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

 span { border-color: rgb(206,164,2); }

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