Html Css Color HEX #E0DC68 Goldenrod

📋 copy color: '#E0DC68'

red 224 ◦ green 220 ◦ blue 104

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

Shades of Goldenrod #E0DC68

Tints of Goldenrod #E0DC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.98%

R = 40.88%
G = 40.15%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E0DC68 (or 0xE0DC68) is known color: Goldenrod. HEX triplet: E0, DC and 68. RGB value is (224,220,104). Sum of RGB (Red+Green+Blue) = 224+220+104=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DC68 is #1F2397. Grayscale: #D0D0D0. Windows color (decimal): -2040728 or 6872288. OLE color: 6872288.

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

Color convert

RGB 224 220 104 -
CMYK 0 0.02 0.54 0.12
HSL 58º 0.66% 0.64% -
HSV(B) 58º 0.54% 0.88% -
XYZ 58.83 68.03 23.13 -
YUV 207.97 69.33 139.43 -
System Red Green Blue C M Y K H S L
Decimal 224 220 104 0 0.02 0.54 0.12 58 0.66 0.64
Hex E0 DC 68 0 2 36 C 3A 42 40
Octal 340 334 150 0 2 66 14 72 102 100
Binary 11100000 11011100 1101000 0 10 110110 1100 111010 1000010 1000000

Color Harmonies of #E0DC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DC68

Black with #E0DC68

Text Example


Text Example

White with #E0DC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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