Html Css Color HEX #E1B465 Equator

📋 copy color: '#E1B465'

red 225 ◦ green 180 ◦ blue 101

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

Shades of Equator #E1B465

Tints of Equator #E1B465

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.57%

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

R = 44.47%
G = 35.57%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E1B465 (or 0xE1B465) is known color: Equator. HEX triplet: E1, B4 and 65. RGB value is (225,180,101). Sum of RGB (Red+Green+Blue) = 225+180+101=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B465 is #1E4B9A. Grayscale: #B8B8B8. Windows color (decimal): -1985435 or 6665441. OLE color: 6665441.

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

Color convert

RGB 225 180 101 -
CMYK 0 0.2 0.55 0.12
HSL 38.23º 0.67% 0.64% -
HSV(B) 38.23º 0.55% 0.88% -
XYZ 49.72 49.59 19.26 -
YUV 184.45 80.91 156.92 -
System Red Green Blue C M Y K H S L
Decimal 225 180 101 0 0.2 0.55 0.12 38.23 0.67 0.64
Hex E1 B4 65 0 14 37 C 26 43 40
Octal 341 264 145 0 24 67 14 46 103 100
Binary 11100001 10110100 1100101 0 10100 110111 1100 100110 1000011 1000000

Color Harmonies of #E1B465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B465

Black with #E1B465

Text Example


Text Example

White with #E1B465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B465; }

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

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

background-color css

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

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

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

border-color css

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

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

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