Html Css Color HEX #E0AF68 Equator

📋 copy color: '#E0AF68'

red 224 ◦ green 175 ◦ blue 104

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

Shades of Equator #E0AF68

Tints of Equator #E0AF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.79%

 BLUE value IS 104 (41.02% from 255) = 20.68%

R = 44.53%
G = 34.79%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E0AF68 (or 0xE0AF68) is known color: Equator. HEX triplet: E0, AF and 68. RGB value is (224,175,104). Sum of RGB (Red+Green+Blue) = 224+175+104=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AF68 is #1F5097. Grayscale: #B5B5B5. Windows color (decimal): -2052248 or 6860768. OLE color: 6860768.

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

Color convert

RGB 224 175 104 -
CMYK 0 0.22 0.54 0.12
HSL 35.5º 0.66% 0.64% -
HSV(B) 35.5º 0.54% 0.88% -
XYZ 48.57 47.51 19.71 -
YUV 181.56 84.23 158.27 -
System Red Green Blue C M Y K H S L
Decimal 224 175 104 0 0.22 0.54 0.12 35.5 0.66 0.64
Hex E0 AF 68 0 16 36 C 24 42 40
Octal 340 257 150 0 26 66 14 44 102 100
Binary 11100000 10101111 1101000 0 10110 110110 1100 100100 1000010 1000000

Color Harmonies of #E0AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AF68

Black with #E0AF68

Text Example


Text Example

White with #E0AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AF68; }

 p { color: rgb(224,175,104); }

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

background-color css

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

 a { background-color: rgb(224,175,104); }

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

border-color css

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

 span { border-color: rgb(224,175,104); }

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