Html Css Color HEX #E1BD63 Equator

📋 copy color: '#E1BD63'

red 225 ◦ green 189 ◦ blue 99

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

Shades of Equator #E1BD63

Tints of Equator #E1BD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.3%

R = 43.86%
G = 36.84%
B = 19.3%

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

#E1BD63 (or 0xE1BD63) is known color: Equator. HEX triplet: E1, BD and 63. RGB value is (225,189,99). Sum of RGB (Red+Green+Blue) = 225+189+99=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BD63 is #1E429C. Grayscale: #BDBDBD. Windows color (decimal): -1983133 or 6536673. OLE color: 6536673.

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

Color convert

RGB 225 189 99 -
CMYK 0 0.16 0.56 0.12
HSL 42.86º 0.68% 0.64% -
HSV(B) 42.86º 0.56% 0.88% -
XYZ 51.5 53.3 19.38 -
YUV 189.5 76.93 153.32 -
System Red Green Blue C M Y K H S L
Decimal 225 189 99 0 0.16 0.56 0.12 42.86 0.68 0.64
Hex E1 BD 63 0 10 38 C 2B 44 40
Octal 341 275 143 0 20 70 14 53 104 100
Binary 11100001 10111101 1100011 0 10000 111000 1100 101011 1000100 1000000

Color Harmonies of #E1BD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BD63

Black with #E1BD63

Text Example


Text Example

White with #E1BD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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