Html Css Color HEX #E1E064 Goldenrod

📋 copy color: '#E1E064'

red 225 ◦ green 224 ◦ blue 100

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

Shades of Goldenrod #E1E064

Tints of Goldenrod #E1E064

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.8%

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

R = 40.98%
G = 40.8%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E1E064 (or 0xE1E064) is known color: Goldenrod. HEX triplet: E1, E0 and 64. RGB value is (225,224,100). Sum of RGB (Red+Green+Blue) = 225+224+100=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E064 is #1E1F9B. Grayscale: #D2D2D2. Windows color (decimal): -1974172 or 6611169. OLE color: 6611169.

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

Color convert

RGB 225 224 100 -
CMYK 0 0.00 0.56 0.12
HSL 59.52º 0.68% 0.64% -
HSV(B) 59.52º 0.56% 0.88% -
XYZ 60.01 70.24 22.45 -
YUV 210.16 65.83 138.58 -
System Red Green Blue C M Y K H S L
Decimal 225 224 100 0 0.00 0.56 0.12 59.52 0.68 0.64
Hex E1 E0 64 0 0 38 C 3C 44 40
Octal 341 340 144 0 0 70 14 74 104 100
Binary 11100001 11100000 1100100 0 0 111000 1100 111100 1000100 1000000

Color Harmonies of #E1E064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E064

Black with #E1E064

Text Example


Text Example

White with #E1E064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E064; }

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

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

background-color css

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

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

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

border-color css

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

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

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