Html Css Color HEX #CEA807 Gamboge

📋 copy color: '#CEA807'

red 206 ◦ green 168 ◦ blue 7

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

Shades of Gamboge #CEA807

Tints of Gamboge #CEA807

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.09%

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

R = 54.07%
G = 44.09%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEA807 (or 0xCEA807) is known color: Gamboge. HEX triplet: CE, A8 and 07. RGB value is (206,168,7). Sum of RGB (Red+Green+Blue) = 206+168+7=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA807 is #3157F8. Grayscale: #A1A1A1. Windows color (decimal): -3233785 or 501966. OLE color: 501966.

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

Color convert

RGB 206 168 7 -
CMYK 0 0.18 0.97 0.19
HSL 48.54º 0.93% 0.42% -
HSV(B) 48.54º 0.97% 0.81% -
XYZ 39.49 41.14 6.06 -
YUV 161.01 41.09 160.09 -
System Red Green Blue C M Y K H S L
Decimal 206 168 7 0 0.18 0.97 0.19 48.54 0.93 0.42
Hex CE A8 7 0 12 61 13 31 5D 2A
Octal 316 250 7 0 22 141 23 61 135 52
Binary 11001110 10101000 111 0 10010 1100001 10011 110001 1011101 101010

Color Harmonies of #CEA807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA807

Black with #CEA807

Text Example


Text Example

White with #CEA807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA807; }

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

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

background-color css

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

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

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

border-color css

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

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

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