Html Css Color HEX #E0DC66 Goldenrod

📋 copy color: '#E0DC66'

red 224 ◦ green 220 ◦ blue 102

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

Shades of Goldenrod #E0DC66

Tints of Goldenrod #E0DC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.68%

R = 41.03%
G = 40.29%
B = 18.68%

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

#E0DC66 (or 0xE0DC66) is known color: Goldenrod. HEX triplet: E0, DC and 66. RGB value is (224,220,102). Sum of RGB (Red+Green+Blue) = 224+220+102=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DC66 is #1F2399. Grayscale: #D0D0D0. Windows color (decimal): -2040730 or 6741216. OLE color: 6741216.

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

Color convert

RGB 224 220 102 -
CMYK 0 0.02 0.54 0.12
HSL 58.03º 0.66% 0.64% -
HSV(B) 58.03º 0.54% 0.88% -
XYZ 58.73 67.99 22.6 -
YUV 207.74 68.33 139.59 -
System Red Green Blue C M Y K H S L
Decimal 224 220 102 0 0.02 0.54 0.12 58.03 0.66 0.64
Hex E0 DC 66 0 2 36 C 3A 42 40
Octal 340 334 146 0 2 66 14 72 102 100
Binary 11100000 11011100 1100110 0 10 110110 1100 111010 1000010 1000000

Color Harmonies of #E0DC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DC66

Black with #E0DC66

Text Example


Text Example

White with #E0DC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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