Html Css Color HEX #E1BD64 Equator

📋 copy color: '#E1BD64'

red 225 ◦ green 189 ◦ blue 100

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

Shades of Equator #E1BD64

Tints of Equator #E1BD64

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.77%

 BLUE value IS 100 (39.45% from 255) = 19.46%

R = 43.77%
G = 36.77%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E1BD64 (or 0xE1BD64) is known color: Equator. HEX triplet: E1, BD and 64. RGB value is (225,189,100). Sum of RGB (Red+Green+Blue) = 225+189+100=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BD64 is #1E429B. Grayscale: #BEBEBE. Windows color (decimal): -1983132 or 6602209. OLE color: 6602209.

HSL color Cylindrical-coordinate representation of color #E1BD64: hue angle of 42.72º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1BD64 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 189 100 -
CMYK 0 0.16 0.56 0.12
HSL 42.72º 0.68% 0.64% -
HSV(B) 42.72º 0.56% 0.88% -
XYZ 51.55 53.32 19.63 -
YUV 189.62 77.43 153.24 -
System Red Green Blue C M Y K H S L
Decimal 225 189 100 0 0.16 0.56 0.12 42.72 0.68 0.64
Hex E1 BD 64 0 10 38 C 2B 44 40
Octal 341 275 144 0 20 70 14 53 104 100
Binary 11100001 10111101 1100100 0 10000 111000 1100 101011 1000100 1000000

Color Harmonies of #E1BD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BD64

Black with #E1BD64

Text Example


Text Example

White with #E1BD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BD64; }

 p { color: rgb(225,189,100); }

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

background-color css

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

 a { background-color: rgb(225,189,100); }

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

border-color css

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

 span { border-color: rgb(225,189,100); }

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