Html Css Color HEX #E0B366 Equator

📋 copy color: '#E0B366'

red 224 ◦ green 179 ◦ blue 102

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

Shades of Equator #E0B366

Tints of Equator #E0B366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.45%

 BLUE value IS 102 (40.23% from 255) = 20.2%

R = 44.36%
G = 35.45%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E0B366 (or 0xE0B366) is known color: Equator. HEX triplet: E0, B3 and 66. RGB value is (224,179,102). Sum of RGB (Red+Green+Blue) = 224+179+102=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B366 is #1F4C99. Grayscale: #B8B8B8. Windows color (decimal): -2051226 or 6730720. OLE color: 6730720.

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

Color convert

RGB 224 179 102 -
CMYK 0 0.20 0.54 0.12
HSL 37.87º 0.66% 0.64% -
HSV(B) 37.87º 0.54% 0.88% -
XYZ 49.26 49.05 19.44 -
YUV 183.68 81.91 156.76 -
System Red Green Blue C M Y K H S L
Decimal 224 179 102 0 0.20 0.54 0.12 37.87 0.66 0.64
Hex E0 B3 66 0 14 36 C 26 42 40
Octal 340 263 146 0 24 66 14 46 102 100
Binary 11100000 10110011 1100110 0 10100 110110 1100 100110 1000010 1000000

Color Harmonies of #E0B366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B366

Black with #E0B366

Text Example


Text Example

White with #E0B366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B366; }

 p { color: rgb(224,179,102); }

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

background-color css

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

 a { background-color: rgb(224,179,102); }

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

border-color css

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

 span { border-color: rgb(224,179,102); }

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