Html Css Color HEX #E3AF0C Gamboge

📋 copy color: '#E3AF0C'

red 227 ◦ green 175 ◦ blue 12

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

Shades of Gamboge #E3AF0C

Tints of Gamboge #E3AF0C

RGB

 RED value IS 227 (89.06% from 255) = 54.83%

 GREEN value IS 175 (68.75% from 255) = 42.27%

 BLUE value IS 12 (5.08% from 255) = 2.9%

R = 54.83%
G = 42.27%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3AF0C (or 0xE3AF0C) is known color: Gamboge. HEX triplet: E3, AF and 0C. RGB value is (227,175,12). Sum of RGB (Red+Green+Blue) = 227+175+12=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AF0C is #1C50F3. Grayscale: #ACACAC. Windows color (decimal): -1855732 or 831459. OLE color: 831459.

HSL color Cylindrical-coordinate representation of color #E3AF0C: hue angle of 45.49º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3AF0C is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 175 12 -
CMYK 0 0.23 0.95 0.11
HSL 45.49º 0.9% 0.47% -
HSV(B) 45.49º 0.95% 0.89% -
XYZ 47.07 47.02 6.94 -
YUV 171.97 37.73 167.25 -
System Red Green Blue C M Y K H S L
Decimal 227 175 12 0 0.23 0.95 0.11 45.49 0.9 0.47
Hex E3 AF C 0 17 5F B 2D 5A 2F
Octal 343 257 14 0 27 137 13 55 132 57
Binary 11100011 10101111 1100 0 10111 1011111 1011 101101 1011010 101111

Color Harmonies of #E3AF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AF0C

Black with #E3AF0C

Text Example


Text Example

White with #E3AF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AF0C; }

 p { color: rgb(227,175,12); }

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

background-color css

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

 a { background-color: rgb(227,175,12); }

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

border-color css

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

 span { border-color: rgb(227,175,12); }

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