Html Css Color HEX #E0A00B Gamboge

📋 copy color: '#E0A00B'

red 224 ◦ green 160 ◦ blue 11

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

Shades of Gamboge #E0A00B

Tints of Gamboge #E0A00B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.51%

 BLUE value IS 11 (4.69% from 255) = 2.78%

R = 56.71%
G = 40.51%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0A00B (or 0xE0A00B) is known color: Gamboge. HEX triplet: E0, A0 and 0B. RGB value is (224,160,11). Sum of RGB (Red+Green+Blue) = 224+160+11=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A00B is #1F5FF4. Grayscale: #A2A2A2. Windows color (decimal): -2056181 or 762080. OLE color: 762080.

HSL color Cylindrical-coordinate representation of color #E0A00B: hue angle of 41.97º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0A00B is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 160 11 -
CMYK 0 0.29 0.95 0.12
HSL 41.97º 0.91% 0.46% -
HSV(B) 41.97º 0.95% 0.88% -
XYZ 43.37 41.01 5.95 -
YUV 162.15 42.7 172.12 -
System Red Green Blue C M Y K H S L
Decimal 224 160 11 0 0.29 0.95 0.12 41.97 0.91 0.46
Hex E0 A0 B 0 1D 5F C 2A 5B 2E
Octal 340 240 13 0 35 137 14 52 133 56
Binary 11100000 10100000 1011 0 11101 1011111 1100 101010 1011011 101110

Color Harmonies of #E0A00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A00B

Black with #E0A00B

Text Example


Text Example

White with #E0A00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A00B; }

 p { color: rgb(224,160,11); }

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

background-color css

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

 a { background-color: rgb(224,160,11); }

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

border-color css

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

 span { border-color: rgb(224,160,11); }

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