Html Css Color HEX #CEA308 Gamboge

📋 copy color: '#CEA308'

red 206 ◦ green 163 ◦ blue 8

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

Shades of Gamboge #CEA308

Tints of Gamboge #CEA308

RGB

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

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

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

R = 54.64%
G = 43.24%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEA308 (or 0xCEA308) is known color: Gamboge. HEX triplet: CE, A3 and 08. RGB value is (206,163,8). Sum of RGB (Red+Green+Blue) = 206+163+8=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA308 is #315CF7. Grayscale: #9E9E9E. Windows color (decimal): -3235064 or 566222. OLE color: 566222.

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

Color convert

RGB 206 163 8 -
CMYK 0 0.21 0.96 0.19
HSL 46.97º 0.93% 0.42% -
HSV(B) 46.97º 0.96% 0.81% -
XYZ 38.59 39.33 5.79 -
YUV 158.19 43.25 162.1 -
System Red Green Blue C M Y K H S L
Decimal 206 163 8 0 0.21 0.96 0.19 46.97 0.93 0.42
Hex CE A3 8 0 15 60 13 2F 5D 2A
Octal 316 243 10 0 25 140 23 57 135 52
Binary 11001110 10100011 1000 0 10101 1100000 10011 101111 1011101 101010

Color Harmonies of #CEA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA308

Black with #CEA308

Text Example


Text Example

White with #CEA308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA308; }

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

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

background-color css

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

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

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

border-color css

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

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

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