Html Css Color HEX #E0AD65 Equator

📋 copy color: '#E0AD65'

red 224 ◦ green 173 ◦ blue 101

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

Shades of Equator #E0AD65

Tints of Equator #E0AD65

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.74%

 BLUE value IS 101 (39.84% from 255) = 20.28%

R = 44.98%
G = 34.74%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E0AD65 (or 0xE0AD65) is known color: Equator. HEX triplet: E0, AD and 65. RGB value is (224,173,101). Sum of RGB (Red+Green+Blue) = 224+173+101=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AD65 is #1F529A. Grayscale: #B4B4B4. Windows color (decimal): -2052763 or 6663648. OLE color: 6663648.

HSL color Cylindrical-coordinate representation of color #E0AD65: hue angle of 35.12º degrees, saturation: 0.66, 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 #E0AD65 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 173 101 -
CMYK 0 0.23 0.55 0.12
HSL 35.12º 0.66% 0.64% -
HSV(B) 35.12º 0.55% 0.88% -
XYZ 48.03 46.67 18.79 -
YUV 180.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 224 173 101 0 0.23 0.55 0.12 35.12 0.66 0.64
Hex E0 AD 65 0 17 37 C 23 42 40
Octal 340 255 145 0 27 67 14 43 102 100
Binary 11100000 10101101 1100101 0 10111 110111 1100 100011 1000010 1000000

Color Harmonies of #E0AD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AD65

Black with #E0AD65

Text Example


Text Example

White with #E0AD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AD65; }

 p { color: rgb(224,173,101); }

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

background-color css

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

 a { background-color: rgb(224,173,101); }

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

border-color css

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

 span { border-color: rgb(224,173,101); }

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