Html Css Color HEX #E3AE0C Gamboge

📋 copy color: '#E3AE0C'

red 227 ◦ green 174 ◦ blue 12

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

Shades of Gamboge #E3AE0C

Tints of Gamboge #E3AE0C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.13%

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

R = 54.96%
G = 42.13%
B = 2.91%

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

#E3AE0C (or 0xE3AE0C) is known color: Gamboge. HEX triplet: E3, AE and 0C. RGB value is (227,174,12). Sum of RGB (Red+Green+Blue) = 227+174+12=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AE0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AE0C is #1C51F3. Grayscale: #ACACAC. Windows color (decimal): -1855988 or 831203. OLE color: 831203.

HSL color Cylindrical-coordinate representation of color #E3AE0C: hue angle of 45.21º 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 #E3AE0C is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 174 12 -
CMYK 0 0.23 0.95 0.11
HSL 45.21º 0.9% 0.47% -
HSV(B) 45.21º 0.95% 0.89% -
XYZ 46.88 46.63 6.88 -
YUV 171.38 38.06 167.67 -
System Red Green Blue C M Y K H S L
Decimal 227 174 12 0 0.23 0.95 0.11 45.21 0.9 0.47
Hex E3 AE C 0 17 5F B 2D 5A 2F
Octal 343 256 14 0 27 137 13 55 132 57
Binary 11100011 10101110 1100 0 10111 1011111 1011 101101 1011010 101111

Color Harmonies of #E3AE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AE0C

Black with #E3AE0C

Text Example


Text Example

White with #E3AE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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