Html Css Color HEX #CEA302 Gamboge

📋 copy color: '#CEA302'

red 206 ◦ green 163 ◦ blue 2

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

Shades of Gamboge #CEA302

Tints of Gamboge #CEA302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.94%

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

R = 55.53%
G = 43.94%
B = 0.54%

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

#CEA302 (or 0xCEA302) is known color: Gamboge. HEX triplet: CE, A3 and 02. RGB value is (206,163,2). Sum of RGB (Red+Green+Blue) = 206+163+2=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA302 is #315CFD. Grayscale: #9E9E9E. Windows color (decimal): -3235070 or 173006. OLE color: 173006.

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

Color convert

RGB 206 163 2 -
CMYK 0 0.21 0.99 0.19
HSL 47.35º 0.98% 0.41% -
HSV(B) 47.35º 0.99% 0.81% -
XYZ 38.56 39.32 5.61 -
YUV 157.5 40.25 162.59 -
System Red Green Blue C M Y K H S L
Decimal 206 163 2 0 0.21 0.99 0.19 47.35 0.98 0.41
Hex CE A3 2 0 15 63 13 2F 62 29
Octal 316 243 2 0 25 143 23 57 142 51
Binary 11001110 10100011 10 0 10101 1100011 10011 101111 1100010 101001

Color Harmonies of #CEA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA302

Black with #CEA302

Text Example


Text Example

White with #CEA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA302; }

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

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

background-color css

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

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

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

border-color css

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

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

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