Html Css Color HEX #CEA603 Gamboge

📋 copy color: '#CEA603'

red 206 ◦ green 166 ◦ blue 3

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

Shades of Gamboge #CEA603

Tints of Gamboge #CEA603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 54.93%
G = 44.27%
B = 0.8%

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

#CEA603 (or 0xCEA603) is known color: Gamboge. HEX triplet: CE, A6 and 03. RGB value is (206,166,3). Sum of RGB (Red+Green+Blue) = 206+166+3=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA603 is #3159FC. Grayscale: #A0A0A0. Windows color (decimal): -3234301 or 239310. OLE color: 239310.

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

Color convert

RGB 206 166 3 -
CMYK 0 0.19 0.99 0.19
HSL 48.18º 0.97% 0.41% -
HSV(B) 48.18º 0.99% 0.81% -
XYZ 39.11 40.4 5.82 -
YUV 159.38 39.75 161.25 -
System Red Green Blue C M Y K H S L
Decimal 206 166 3 0 0.19 0.99 0.19 48.18 0.97 0.41
Hex CE A6 3 0 13 63 13 30 61 29
Octal 316 246 3 0 23 143 23 60 141 51
Binary 11001110 10100110 11 0 10011 1100011 10011 110000 1100001 101001

Color Harmonies of #CEA603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA603

Black with #CEA603

Text Example


Text Example

White with #CEA603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA603; }

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

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

background-color css

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

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

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

border-color css

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

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

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