Html Css Color HEX #CEA207 Gamboge

📋 copy color: '#CEA207'

red 206 ◦ green 162 ◦ blue 7

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

Shades of Gamboge #CEA207

Tints of Gamboge #CEA207

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.2%

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

R = 54.93%
G = 43.2%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEA207 (or 0xCEA207) is known color: Gamboge. HEX triplet: CE, A2 and 07. RGB value is (206,162,7). Sum of RGB (Red+Green+Blue) = 206+162+7=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA207 is #315DF8. Grayscale: #9E9E9E. Windows color (decimal): -3235321 or 500430. OLE color: 500430.

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

Color convert

RGB 206 162 7 -
CMYK 0 0.21 0.97 0.19
HSL 46.73º 0.93% 0.42% -
HSV(B) 46.73º 0.97% 0.81% -
XYZ 38.41 38.98 5.7 -
YUV 157.49 43.08 162.6 -
System Red Green Blue C M Y K H S L
Decimal 206 162 7 0 0.21 0.97 0.19 46.73 0.93 0.42
Hex CE A2 7 0 15 61 13 2F 5D 2A
Octal 316 242 7 0 25 141 23 57 135 52
Binary 11001110 10100010 111 0 10101 1100001 10011 101111 1011101 101010

Color Harmonies of #CEA207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA207

Black with #CEA207

Text Example


Text Example

White with #CEA207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA207; }

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

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

background-color css

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

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

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

border-color css

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

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

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