Html Css Color HEX #E0D564 Goldenrod

📋 copy color: '#E0D564'

red 224 ◦ green 213 ◦ blue 100

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

Shades of Goldenrod #E0D564

Tints of Goldenrod #E0D564

RGB

 RED value IS 224 (87.89% from 255) = 41.71%

 GREEN value IS 213 (83.59% from 255) = 39.66%

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

R = 41.71%
G = 39.66%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E0D564 (or 0xE0D564) is known color: Goldenrod. HEX triplet: E0, D5 and 64. RGB value is (224,213,100). Sum of RGB (Red+Green+Blue) = 224+213+100=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D564 is #1F2A9B. Grayscale: #CBCBCB. Windows color (decimal): -2042524 or 6608352. OLE color: 6608352.

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

Color convert

RGB 224 213 100 -
CMYK 0 0.05 0.55 0.12
HSL 54.68º 0.67% 0.64% -
HSV(B) 54.68º 0.55% 0.88% -
XYZ 56.83 64.36 21.48 -
YUV 203.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 224 213 100 0 0.05 0.55 0.12 54.68 0.67 0.64
Hex E0 D5 64 0 5 37 C 37 43 40
Octal 340 325 144 0 5 67 14 67 103 100
Binary 11100000 11010101 1100100 0 101 110111 1100 110111 1000011 1000000

Color Harmonies of #E0D564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D564

Black with #E0D564

Text Example


Text Example

White with #E0D564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D564; }

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

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

background-color css

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

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

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

border-color css

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

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

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