Html Css Color HEX #E0AD67 Equator

📋 copy color: '#E0AD67'

red 224 ◦ green 173 ◦ blue 103

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

Shades of Equator #E0AD67

Tints of Equator #E0AD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.6%

R = 44.8%
G = 34.6%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E0AD67 (or 0xE0AD67) is known color: Equator. HEX triplet: E0, AD and 67. RGB value is (224,173,103). Sum of RGB (Red+Green+Blue) = 224+173+103=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AD67 is #1F5298. Grayscale: #B4B4B4. Windows color (decimal): -2052761 or 6794720. OLE color: 6794720.

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

Color convert

RGB 224 173 103 -
CMYK 0 0.23 0.54 0.12
HSL 34.71º 0.66% 0.64% -
HSV(B) 34.71º 0.54% 0.88% -
XYZ 48.13 46.71 19.31 -
YUV 180.27 84.4 159.19 -
System Red Green Blue C M Y K H S L
Decimal 224 173 103 0 0.23 0.54 0.12 34.71 0.66 0.64
Hex E0 AD 67 0 17 36 C 23 42 40
Octal 340 255 147 0 27 66 14 43 102 100
Binary 11100000 10101101 1100111 0 10111 110110 1100 100011 1000010 1000000

Color Harmonies of #E0AD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AD67

Black with #E0AD67

Text Example


Text Example

White with #E0AD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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