Html Css Color HEX #E3AE0E Gamboge

📋 copy color: '#E3AE0E'

red 227 ◦ green 174 ◦ blue 14

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

Shades of Gamboge #E3AE0E

Tints of Gamboge #E3AE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.37%

R = 54.7%
G = 41.93%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3AE0E (or 0xE3AE0E) is known color: Gamboge. HEX triplet: E3, AE and 0E. RGB value is (227,174,14). Sum of RGB (Red+Green+Blue) = 227+174+14=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AE0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AE0E is #1C51F1. Grayscale: #ACACAC. Windows color (decimal): -1855986 or 962275. OLE color: 962275.

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

Color convert

RGB 227 174 14 -
CMYK 0 0.23 0.94 0.11
HSL 45.07º 0.88% 0.47% -
HSV(B) 45.07º 0.94% 0.89% -
XYZ 46.89 46.63 6.95 -
YUV 171.61 39.06 167.51 -
System Red Green Blue C M Y K H S L
Decimal 227 174 14 0 0.23 0.94 0.11 45.07 0.88 0.47
Hex E3 AE E 0 17 5E B 2D 58 2F
Octal 343 256 16 0 27 136 13 55 130 57
Binary 11100011 10101110 1110 0 10111 1011110 1011 101101 1011000 101111

Color Harmonies of #E3AE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AE0E

Black with #E3AE0E

Text Example


Text Example

White with #E3AE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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