Html Css Color HEX #E0B464 Equator

📋 copy color: '#E0B464'

red 224 ◦ green 180 ◦ blue 100

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

Shades of Equator #E0B464

Tints of Equator #E0B464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.71%

 BLUE value IS 100 (39.45% from 255) = 19.84%

R = 44.44%
G = 35.71%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E0B464 (or 0xE0B464) is known color: Equator. HEX triplet: E0, B4 and 64. RGB value is (224,180,100). Sum of RGB (Red+Green+Blue) = 224+180+100=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B464 is #1F4B9B. Grayscale: #B8B8B8. Windows color (decimal): -2050972 or 6599904. OLE color: 6599904.

HSL color Cylindrical-coordinate representation of color #E0B464: hue angle of 38.71º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0B464 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 180 100 -
CMYK 0 0.20 0.55 0.12
HSL 38.71º 0.67% 0.64% -
HSV(B) 38.71º 0.55% 0.88% -
XYZ 49.36 49.41 18.99 -
YUV 184.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 224 180 100 0 0.20 0.55 0.12 38.71 0.67 0.64
Hex E0 B4 64 0 14 37 C 27 43 40
Octal 340 264 144 0 24 67 14 47 103 100
Binary 11100000 10110100 1100100 0 10100 110111 1100 100111 1000011 1000000

Color Harmonies of #E0B464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B464

Black with #E0B464

Text Example


Text Example

White with #E0B464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B464; }

 p { color: rgb(224,180,100); }

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

background-color css

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

 a { background-color: rgb(224,180,100); }

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

border-color css

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

 span { border-color: rgb(224,180,100); }

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