Html Css Color HEX #CEA602 Gamboge

📋 copy color: '#CEA602'

red 206 ◦ green 166 ◦ blue 2

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

Shades of Gamboge #CEA602

Tints of Gamboge #CEA602

RGB

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

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

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

R = 55.08%
G = 44.39%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEA602 (or 0xCEA602) is known color: Gamboge. HEX triplet: CE, A6 and 02. RGB value is (206,166,2). Sum of RGB (Red+Green+Blue) = 206+166+2=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA602 is #3159FD. Grayscale: #9F9F9F. Windows color (decimal): -3234302 or 173774. OLE color: 173774.

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

Color convert

RGB 206 166 2 -
CMYK 0 0.19 0.99 0.19
HSL 48.24º 0.98% 0.41% -
HSV(B) 48.24º 0.99% 0.81% -
XYZ 39.1 40.4 5.79 -
YUV 159.26 39.25 161.34 -
System Red Green Blue C M Y K H S L
Decimal 206 166 2 0 0.19 0.99 0.19 48.24 0.98 0.41
Hex CE A6 2 0 13 63 13 30 62 29
Octal 316 246 2 0 23 143 23 60 142 51
Binary 11001110 10100110 10 0 10011 1100011 10011 110000 1100010 101001

Color Harmonies of #CEA602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA602

Black with #CEA602

Text Example


Text Example

White with #CEA602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA602; }

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

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

background-color css

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

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

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

border-color css

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

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

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