Html Css Color HEX #E0DC64 Goldenrod

📋 copy color: '#E0DC64'

red 224 ◦ green 220 ◦ blue 100

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

Shades of Goldenrod #E0DC64

Tints of Goldenrod #E0DC64

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.44%

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

R = 41.18%
G = 40.44%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E0DC64 (or 0xE0DC64) is known color: Goldenrod. HEX triplet: E0, DC and 64. RGB value is (224,220,100). Sum of RGB (Red+Green+Blue) = 224+220+100=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DC64 is #1F239B. Grayscale: #D0D0D0. Windows color (decimal): -2040732 or 6610144. OLE color: 6610144.

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

Color convert

RGB 224 220 100 -
CMYK 0 0.02 0.55 0.12
HSL 58.06º 0.67% 0.64% -
HSV(B) 58.06º 0.55% 0.88% -
XYZ 58.63 67.95 22.08 -
YUV 207.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 224 220 100 0 0.02 0.55 0.12 58.06 0.67 0.64
Hex E0 DC 64 0 2 37 C 3A 43 40
Octal 340 334 144 0 2 67 14 72 103 100
Binary 11100000 11011100 1100100 0 10 110111 1100 111010 1000011 1000000

Color Harmonies of #E0DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DC64

Black with #E0DC64

Text Example


Text Example

White with #E0DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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