Html Css Color HEX #E0DC69 Goldenrod

📋 copy color: '#E0DC69'

red 224 ◦ green 220 ◦ blue 105

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

Shades of Goldenrod #E0DC69

Tints of Goldenrod #E0DC69

RGB

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

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

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

R = 40.8%
G = 40.07%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0DC69 (or 0xE0DC69) is known color: Goldenrod. HEX triplet: E0, DC and 69. RGB value is (224,220,105). Sum of RGB (Red+Green+Blue) = 224+220+105=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DC69 is #1F2396. Grayscale: #D0D0D0. Windows color (decimal): -2040727 or 6937824. OLE color: 6937824.

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

Color convert

RGB 224 220 105 -
CMYK 0 0.02 0.53 0.12
HSL 57.98º 0.66% 0.65% -
HSV(B) 57.98º 0.53% 0.88% -
XYZ 58.88 68.05 23.4 -
YUV 208.09 69.83 139.35 -
System Red Green Blue C M Y K H S L
Decimal 224 220 105 0 0.02 0.53 0.12 57.98 0.66 0.65
Hex E0 DC 69 0 2 35 C 3A 42 41
Octal 340 334 151 0 2 65 14 72 102 101
Binary 11100000 11011100 1101001 0 10 110101 1100 111010 1000010 1000001

Color Harmonies of #E0DC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DC69

Black with #E0DC69

Text Example


Text Example

White with #E0DC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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