Html Css Color HEX #E1E069 Goldenrod

📋 copy color: '#E1E069'

red 225 ◦ green 224 ◦ blue 105

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

Shades of Goldenrod #E1E069

Tints of Goldenrod #E1E069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.95%

R = 40.61%
G = 40.43%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1E069 (or 0xE1E069) is known color: Goldenrod. HEX triplet: E1, E0 and 69. RGB value is (225,224,105). Sum of RGB (Red+Green+Blue) = 225+224+105=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E069 is #1E1F96. Grayscale: #D3D3D3. Windows color (decimal): -1974167 or 6938849. OLE color: 6938849.

HSL color Cylindrical-coordinate representation of color #E1E069: hue angle of 59.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1E069 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 224 105 -
CMYK 0 0.00 0.53 0.12
HSL 59.5º 0.67% 0.65% -
HSV(B) 59.5º 0.53% 0.88% -
XYZ 60.26 70.34 23.77 -
YUV 210.73 68.33 138.18 -
System Red Green Blue C M Y K H S L
Decimal 225 224 105 0 0.00 0.53 0.12 59.5 0.67 0.65
Hex E1 E0 69 0 0 35 C 3C 43 41
Octal 341 340 151 0 0 65 14 74 103 101
Binary 11100001 11100000 1101001 0 0 110101 1100 111100 1000011 1000001

Color Harmonies of #E1E069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E069

Black with #E1E069

Text Example


Text Example

White with #E1E069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E069; }

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

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

background-color css

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

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

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

border-color css

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

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

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