Html Css Color HEX #CEA508 Gamboge

📋 copy color: '#CEA508'

red 206 ◦ green 165 ◦ blue 8

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

Shades of Gamboge #CEA508

Tints of Gamboge #CEA508

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.54%

 BLUE value IS 8 (3.52% from 255) = 2.11%

R = 54.35%
G = 43.54%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEA508 (or 0xCEA508) is known color: Gamboge. HEX triplet: CE, A5 and 08. RGB value is (206,165,8). Sum of RGB (Red+Green+Blue) = 206+165+8=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA508 is #315AF7. Grayscale: #A0A0A0. Windows color (decimal): -3234552 or 566734. OLE color: 566734.

HSL color Cylindrical-coordinate representation of color #CEA508: hue angle of 47.58º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEA508 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 165 8 -
CMYK 0 0.20 0.96 0.19
HSL 47.58º 0.93% 0.42% -
HSV(B) 47.58º 0.96% 0.81% -
XYZ 38.95 40.05 5.91 -
YUV 159.36 42.58 161.27 -
System Red Green Blue C M Y K H S L
Decimal 206 165 8 0 0.20 0.96 0.19 47.58 0.93 0.42
Hex CE A5 8 0 14 60 13 30 5D 2A
Octal 316 245 10 0 24 140 23 60 135 52
Binary 11001110 10100101 1000 0 10100 1100000 10011 110000 1011101 101010

Color Harmonies of #CEA508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA508

Black with #CEA508

Text Example


Text Example

White with #CEA508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA508; }

 p { color: rgb(206,165,8); }

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

background-color css

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

 a { background-color: rgb(206,165,8); }

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

border-color css

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

 span { border-color: rgb(206,165,8); }

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