Html Css Color HEX #CEA407 Gamboge

📋 copy color: '#CEA407'

red 206 ◦ green 164 ◦ blue 7

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

Shades of Gamboge #CEA407

Tints of Gamboge #CEA407

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.5%

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

R = 54.64%
G = 43.5%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEA407 (or 0xCEA407) is known color: Gamboge. HEX triplet: CE, A4 and 07. RGB value is (206,164,7). Sum of RGB (Red+Green+Blue) = 206+164+7=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA407 is #315BF8. Grayscale: #9F9F9F. Windows color (decimal): -3234809 or 500942. OLE color: 500942.

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

Color convert

RGB 206 164 7 -
CMYK 0 0.20 0.97 0.19
HSL 47.34º 0.93% 0.42% -
HSV(B) 47.34º 0.97% 0.81% -
XYZ 38.77 39.69 5.82 -
YUV 158.66 42.41 161.77 -
System Red Green Blue C M Y K H S L
Decimal 206 164 7 0 0.20 0.97 0.19 47.34 0.93 0.42
Hex CE A4 7 0 14 61 13 2F 5D 2A
Octal 316 244 7 0 24 141 23 57 135 52
Binary 11001110 10100100 111 0 10100 1100001 10011 101111 1011101 101010

Color Harmonies of #CEA407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA407

Black with #CEA407

Text Example


Text Example

White with #CEA407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA407; }

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

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

background-color css

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

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

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

border-color css

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

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

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