Html Css Color HEX #CEA707 Gamboge

📋 copy color: '#CEA707'

red 206 ◦ green 167 ◦ blue 7

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

Shades of Gamboge #CEA707

Tints of Gamboge #CEA707

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.95%

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

R = 54.21%
G = 43.95%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEA707 (or 0xCEA707) is known color: Gamboge. HEX triplet: CE, A7 and 07. RGB value is (206,167,7). Sum of RGB (Red+Green+Blue) = 206+167+7=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA707 is #3158F8. Grayscale: #A1A1A1. Windows color (decimal): -3234041 or 501710. OLE color: 501710.

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

Color convert

RGB 206 167 7 -
CMYK 0 0.19 0.97 0.19
HSL 48.24º 0.93% 0.42% -
HSV(B) 48.24º 0.97% 0.81% -
XYZ 39.31 40.77 6 -
YUV 160.42 41.42 160.51 -
System Red Green Blue C M Y K H S L
Decimal 206 167 7 0 0.19 0.97 0.19 48.24 0.93 0.42
Hex CE A7 7 0 13 61 13 30 5D 2A
Octal 316 247 7 0 23 141 23 60 135 52
Binary 11001110 10100111 111 0 10011 1100001 10011 110000 1011101 101010

Color Harmonies of #CEA707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA707

Black with #CEA707

Text Example


Text Example

White with #CEA707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA707; }

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

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

background-color css

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

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

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

border-color css

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

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

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