Html Css Color HEX #CEA107 Gamboge

📋 copy color: '#CEA107'

red 206 ◦ green 161 ◦ blue 7

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

Shades of Gamboge #CEA107

Tints of Gamboge #CEA107

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.05%

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

R = 55.08%
G = 43.05%
B = 1.87%

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

#CEA107 (or 0xCEA107) is known color: Gamboge. HEX triplet: CE, A1 and 07. RGB value is (206,161,7). Sum of RGB (Red+Green+Blue) = 206+161+7=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA107 is #315EF8. Grayscale: #9D9D9D. Windows color (decimal): -3235577 or 500174. OLE color: 500174.

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

Color convert

RGB 206 161 7 -
CMYK 0 0.22 0.97 0.19
HSL 46.43º 0.93% 0.42% -
HSV(B) 46.43º 0.97% 0.81% -
XYZ 38.24 38.63 5.64 -
YUV 156.9 43.41 163.02 -
System Red Green Blue C M Y K H S L
Decimal 206 161 7 0 0.22 0.97 0.19 46.43 0.93 0.42
Hex CE A1 7 0 16 61 13 2E 5D 2A
Octal 316 241 7 0 26 141 23 56 135 52
Binary 11001110 10100001 111 0 10110 1100001 10011 101110 1011101 101010

Color Harmonies of #CEA107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA107

Black with #CEA107

Text Example


Text Example

White with #CEA107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA107; }

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

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

background-color css

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

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

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

border-color css

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

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

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