Html Css Color HEX #CEA805 Gamboge

📋 copy color: '#CEA805'

red 206 ◦ green 168 ◦ blue 5

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

Shades of Gamboge #CEA805

Tints of Gamboge #CEA805

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.33%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 54.35%
G = 44.33%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEA805 (or 0xCEA805) is known color: Gamboge. HEX triplet: CE, A8 and 05. RGB value is (206,168,5). Sum of RGB (Red+Green+Blue) = 206+168+5=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA805 is #3157FA. Grayscale: #A1A1A1. Windows color (decimal): -3233787 or 370894. OLE color: 370894.

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

Color convert

RGB 206 168 5 -
CMYK 0 0.18 0.98 0.19
HSL 48.66º 0.95% 0.41% -
HSV(B) 48.66º 0.98% 0.81% -
XYZ 39.48 41.14 6 -
YUV 160.78 40.09 160.25 -
System Red Green Blue C M Y K H S L
Decimal 206 168 5 0 0.18 0.98 0.19 48.66 0.95 0.41
Hex CE A8 5 0 12 62 13 31 5F 29
Octal 316 250 5 0 22 142 23 61 137 51
Binary 11001110 10101000 101 0 10010 1100010 10011 110001 1011111 101001

Color Harmonies of #CEA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA805

Black with #CEA805

Text Example


Text Example

White with #CEA805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA805; }

 p { color: rgb(206,168,5); }

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

background-color css

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

 a { background-color: rgb(206,168,5); }

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

border-color css

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

 span { border-color: rgb(206,168,5); }

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