Html Css Color HEX #CEA007 Gamboge

📋 copy color: '#CEA007'

red 206 ◦ green 160 ◦ blue 7

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

Shades of Gamboge #CEA007

Tints of Gamboge #CEA007

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.9%

 BLUE value IS 7 (3.13% from 255) = 1.88%

R = 55.23%
G = 42.9%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEA007 (or 0xCEA007) is known color: Gamboge. HEX triplet: CE, A0 and 07. RGB value is (206,160,7). Sum of RGB (Red+Green+Blue) = 206+160+7=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA007 is #315FF8. Grayscale: #9C9C9C. Windows color (decimal): -3235833 or 499918. OLE color: 499918.

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

Color convert

RGB 206 160 7 -
CMYK 0 0.22 0.97 0.19
HSL 46.13º 0.93% 0.42% -
HSV(B) 46.13º 0.97% 0.81% -
XYZ 38.06 38.28 5.58 -
YUV 156.31 43.74 163.44 -
System Red Green Blue C M Y K H S L
Decimal 206 160 7 0 0.22 0.97 0.19 46.13 0.93 0.42
Hex CE A0 7 0 16 61 13 2E 5D 2A
Octal 316 240 7 0 26 141 23 56 135 52
Binary 11001110 10100000 111 0 10110 1100001 10011 101110 1011101 101010

Color Harmonies of #CEA007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA007

Black with #CEA007

Text Example


Text Example

White with #CEA007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA007; }

 p { color: rgb(206,160,7); }

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

background-color css

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

 a { background-color: rgb(206,160,7); }

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

border-color css

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

 span { border-color: rgb(206,160,7); }

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