Html Css Color HEX #E0B25F Equator

📋 copy color: '#E0B25F'

red 224 ◦ green 178 ◦ blue 95

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

Shades of Equator #E0B25F

Tints of Equator #E0B25F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.81%

 BLUE value IS 95 (37.5% from 255) = 19.11%

R = 45.07%
G = 35.81%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0B25F (or 0xE0B25F) is known color: Equator. HEX triplet: E0, B2 and 5F. RGB value is (224,178,95). Sum of RGB (Red+Green+Blue) = 224+178+95=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B25F is #1F4DA0. Grayscale: #B6B6B6. Windows color (decimal): -2051489 or 6271712. OLE color: 6271712.

HSL color Cylindrical-coordinate representation of color #E0B25F: hue angle of 38.6º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0B25F is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 178 95 -
CMYK 0 0.21 0.58 0.12
HSL 38.6º 0.68% 0.63% -
HSV(B) 38.6º 0.58% 0.88% -
XYZ 48.73 48.51 17.62 -
YUV 182.29 78.74 157.75 -
System Red Green Blue C M Y K H S L
Decimal 224 178 95 0 0.21 0.58 0.12 38.6 0.68 0.63
Hex E0 B2 5F 0 15 3A C 27 44 3F
Octal 340 262 137 0 25 72 14 47 104 77
Binary 11100000 10110010 1011111 0 10101 111010 1100 100111 1000100 111111

Color Harmonies of #E0B25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B25F

Black with #E0B25F

Text Example


Text Example

White with #E0B25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B25F; }

 p { color: rgb(224,178,95); }

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

background-color css

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

 a { background-color: rgb(224,178,95); }

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

border-color css

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

 span { border-color: rgb(224,178,95); }

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