Html Css Color HEX #E0BB5C Equator

📋 copy color: '#E0BB5C'

red 224 ◦ green 187 ◦ blue 92

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

Shades of Equator #E0BB5C

Tints of Equator #E0BB5C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.18%

 BLUE value IS 92 (36.33% from 255) = 18.29%

R = 44.53%
G = 37.18%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0BB5C (or 0xE0BB5C) is known color: Equator. HEX triplet: E0, BB and 5C. RGB value is (224,187,92). Sum of RGB (Red+Green+Blue) = 224+187+92=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BB5C is #1F44A3. Grayscale: #BBBBBB. Windows color (decimal): -2049188 or 6077408. OLE color: 6077408.

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

Color convert

RGB 224 187 92 -
CMYK 0 0.17 0.59 0.12
HSL 43.18º 0.68% 0.62% -
HSV(B) 43.18º 0.59% 0.88% -
XYZ 50.44 52.16 17.53 -
YUV 187.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 224 187 92 0 0.17 0.59 0.12 43.18 0.68 0.62
Hex E0 BB 5C 0 11 3B C 2B 44 3E
Octal 340 273 134 0 21 73 14 53 104 76
Binary 11100000 10111011 1011100 0 10001 111011 1100 101011 1000100 111110

Color Harmonies of #E0BB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BB5C

Black with #E0BB5C

Text Example


Text Example

White with #E0BB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BB5C; }

 p { color: rgb(224,187,92); }

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

background-color css

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

 a { background-color: rgb(224,187,92); }

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

border-color css

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

 span { border-color: rgb(224,187,92); }

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