Html Css Color HEX #CEA307 Gamboge

📋 copy color: '#CEA307'

red 206 ◦ green 163 ◦ blue 7

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

Shades of Gamboge #CEA307

Tints of Gamboge #CEA307

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.35%

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

R = 54.79%
G = 43.35%
B = 1.86%

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

#CEA307 (or 0xCEA307) is known color: Gamboge. HEX triplet: CE, A3 and 07. RGB value is (206,163,7). Sum of RGB (Red+Green+Blue) = 206+163+7=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA307 is #315CF8. Grayscale: #9E9E9E. Windows color (decimal): -3235065 or 500686. OLE color: 500686.

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

Color convert

RGB 206 163 7 -
CMYK 0 0.21 0.97 0.19
HSL 47.04º 0.93% 0.42% -
HSV(B) 47.04º 0.97% 0.81% -
XYZ 38.59 39.33 5.76 -
YUV 158.07 42.75 162.18 -
System Red Green Blue C M Y K H S L
Decimal 206 163 7 0 0.21 0.97 0.19 47.04 0.93 0.42
Hex CE A3 7 0 15 61 13 2F 5D 2A
Octal 316 243 7 0 25 141 23 57 135 52
Binary 11001110 10100011 111 0 10101 1100001 10011 101111 1011101 101010

Color Harmonies of #CEA307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA307

Black with #CEA307

Text Example


Text Example

White with #CEA307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA307; }

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

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

background-color css

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

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

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

border-color css

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

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

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