Html Css Color HEX #E0A312 Gamboge

📋 copy color: '#E0A312'

red 224 ◦ green 163 ◦ blue 18

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

Shades of Gamboge #E0A312

Tints of Gamboge #E0A312

RGB

 RED value IS 224 (87.89% from 255) = 55.31%

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

 BLUE value IS 18 (7.42% from 255) = 4.44%

R = 55.31%
G = 40.25%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E0A312 (or 0xE0A312) is known color: Gamboge. HEX triplet: E0, A3 and 12. RGB value is (224,163,18). Sum of RGB (Red+Green+Blue) = 224+163+18=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A312 is #1F5CED. Grayscale: #A5A5A5. Windows color (decimal): -2055406 or 1221600. OLE color: 1221600.

HSL color Cylindrical-coordinate representation of color #E0A312: hue angle of 42.23º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0A312 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 163 18 -
CMYK 0 0.27 0.92 0.12
HSL 42.23º 0.85% 0.47% -
HSV(B) 42.23º 0.92% 0.88% -
XYZ 43.95 42.09 6.38 -
YUV 164.71 45.21 170.29 -
System Red Green Blue C M Y K H S L
Decimal 224 163 18 0 0.27 0.92 0.12 42.23 0.85 0.47
Hex E0 A3 12 0 1B 5C C 2A 55 2F
Octal 340 243 22 0 33 134 14 52 125 57
Binary 11100000 10100011 10010 0 11011 1011100 1100 101010 1010101 101111

Color Harmonies of #E0A312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A312

Black with #E0A312

Text Example


Text Example

White with #E0A312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A312; }

 p { color: rgb(224,163,18); }

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

background-color css

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

 a { background-color: rgb(224,163,18); }

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

border-color css

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

 span { border-color: rgb(224,163,18); }

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