Html Css Color HEX #E0DA68 Goldenrod

📋 copy color: '#E0DA68'

red 224 ◦ green 218 ◦ blue 104

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

Shades of Goldenrod #E0DA68

Tints of Goldenrod #E0DA68

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.93%

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

R = 41.03%
G = 39.93%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E0DA68 (or 0xE0DA68) is known color: Goldenrod. HEX triplet: E0, DA and 68. RGB value is (224,218,104). Sum of RGB (Red+Green+Blue) = 224+218+104=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DA68 is #1F2597. Grayscale: #CFCFCF. Windows color (decimal): -2041240 or 6871776. OLE color: 6871776.

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

Color convert

RGB 224 218 104 -
CMYK 0 0.03 0.54 0.12
HSL 57º 0.66% 0.64% -
HSV(B) 57º 0.54% 0.88% -
XYZ 58.31 66.99 22.95 -
YUV 206.8 69.99 140.27 -
System Red Green Blue C M Y K H S L
Decimal 224 218 104 0 0.03 0.54 0.12 57 0.66 0.64
Hex E0 DA 68 0 3 36 C 39 42 40
Octal 340 332 150 0 3 66 14 71 102 100
Binary 11100000 11011010 1101000 0 11 110110 1100 111001 1000010 1000000

Color Harmonies of #E0DA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DA68

Black with #E0DA68

Text Example


Text Example

White with #E0DA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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