Html Css Color HEX #E0AB11 Gamboge

📋 copy color: '#E0AB11'

red 224 ◦ green 171 ◦ blue 17

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

Shades of Gamboge #E0AB11

Tints of Gamboge #E0AB11

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.5%

 BLUE value IS 17 (7.03% from 255) = 4.13%

R = 54.37%
G = 41.5%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E0AB11 (or 0xE0AB11) is known color: Gamboge. HEX triplet: E0, AB and 11. RGB value is (224,171,17). Sum of RGB (Red+Green+Blue) = 224+171+17=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 17 (7.03% from 255 or 4.13% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AB11 is #1F54EE. Grayscale: #A9A9A9. Windows color (decimal): -2053359 or 1158112. OLE color: 1158112.

HSL color Cylindrical-coordinate representation of color #E0AB11: hue angle of 44.64º degrees, saturation: 0.86, 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 #E0AB11 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 171 17 -
CMYK 0 0.24 0.92 0.12
HSL 44.64º 0.86% 0.47% -
HSV(B) 44.64º 0.92% 0.88% -
XYZ 45.4 45.01 6.83 -
YUV 169.29 42.06 167.02 -
System Red Green Blue C M Y K H S L
Decimal 224 171 17 0 0.24 0.92 0.12 44.64 0.86 0.47
Hex E0 AB 11 0 18 5C C 2D 56 2F
Octal 340 253 21 0 30 134 14 55 126 57
Binary 11100000 10101011 10001 0 11000 1011100 1100 101101 1010110 101111

Color Harmonies of #E0AB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AB11

Black with #E0AB11

Text Example


Text Example

White with #E0AB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AB11; }

 p { color: rgb(224,171,17); }

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

background-color css

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

 a { background-color: rgb(224,171,17); }

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

border-color css

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

 span { border-color: rgb(224,171,17); }

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