Html Css Color HEX #CEA203 Gamboge

📋 copy color: '#CEA203'

red 206 ◦ green 162 ◦ blue 3

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

Shades of Gamboge #CEA203

Tints of Gamboge #CEA203

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.67%

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

R = 55.53%
G = 43.67%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEA203 (or 0xCEA203) is known color: Gamboge. HEX triplet: CE, A2 and 03. RGB value is (206,162,3). Sum of RGB (Red+Green+Blue) = 206+162+3=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA203 is #315DFC. Grayscale: #9D9D9D. Windows color (decimal): -3235325 or 238286. OLE color: 238286.

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

Color convert

RGB 206 162 3 -
CMYK 0 0.21 0.99 0.19
HSL 47º 0.97% 0.41% -
HSV(B) 47º 0.99% 0.81% -
XYZ 38.39 38.97 5.58 -
YUV 157.03 41.08 162.93 -
System Red Green Blue C M Y K H S L
Decimal 206 162 3 0 0.21 0.99 0.19 47 0.97 0.41
Hex CE A2 3 0 15 63 13 2F 61 29
Octal 316 242 3 0 25 143 23 57 141 51
Binary 11001110 10100010 11 0 10101 1100011 10011 101111 1100001 101001

Color Harmonies of #CEA203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA203

Black with #CEA203

Text Example


Text Example

White with #CEA203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA203; }

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

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

background-color css

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

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

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

border-color css

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

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

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