Html Css Color HEX #E1DA64 Goldenrod

📋 copy color: '#E1DA64'

red 225 ◦ green 218 ◦ blue 100

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

Shades of Goldenrod #E1DA64

Tints of Goldenrod #E1DA64

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.15%

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

R = 41.44%
G = 40.15%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E1DA64 (or 0xE1DA64) is known color: Goldenrod. HEX triplet: E1, DA and 64. RGB value is (225,218,100). Sum of RGB (Red+Green+Blue) = 225+218+100=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DA64 is #1E259B. Grayscale: #CFCFCF. Windows color (decimal): -1975708 or 6609633. OLE color: 6609633.

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

Color convert

RGB 225 218 100 -
CMYK 0 0.03 0.56 0.12
HSL 56.64º 0.68% 0.64% -
HSV(B) 56.64º 0.56% 0.88% -
XYZ 58.42 67.07 21.92 -
YUV 206.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 225 218 100 0 0.03 0.56 0.12 56.64 0.68 0.64
Hex E1 DA 64 0 3 38 C 39 44 40
Octal 341 332 144 0 3 70 14 71 104 100
Binary 11100001 11011010 1100100 0 11 111000 1100 111001 1000100 1000000

Color Harmonies of #E1DA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DA64

Black with #E1DA64

Text Example


Text Example

White with #E1DA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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