Html Css Color HEX #E1AD65 Equator

📋 copy color: '#E1AD65'

red 225 ◦ green 173 ◦ blue 101

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

Shades of Equator #E1AD65

Tints of Equator #E1AD65

RGB

 RED value IS 225 (88.28% from 255) = 45.09%

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

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

R = 45.09%
G = 34.67%
B = 20.24%

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

#E1AD65 (or 0xE1AD65) is known color: Equator. HEX triplet: E1, AD and 65. RGB value is (225,173,101). Sum of RGB (Red+Green+Blue) = 225+173+101=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AD65 is #1E529A. Grayscale: #B4B4B4. Windows color (decimal): -1987227 or 6663649. OLE color: 6663649.

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

Color convert

RGB 225 173 101 -
CMYK 0 0.23 0.55 0.12
HSL 34.84º 0.67% 0.64% -
HSV(B) 34.84º 0.55% 0.88% -
XYZ 48.34 46.83 18.8 -
YUV 180.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 225 173 101 0 0.23 0.55 0.12 34.84 0.67 0.64
Hex E1 AD 65 0 17 37 C 23 43 40
Octal 341 255 145 0 27 67 14 43 103 100
Binary 11100001 10101101 1100101 0 10111 110111 1100 100011 1000011 1000000

Color Harmonies of #E1AD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AD65

Black with #E1AD65

Text Example


Text Example

White with #E1AD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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