Html Css Color HEX #E0DA81 Primrose

📋 copy color: '#E0DA81'

red 224 ◦ green 218 ◦ blue 129

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

Shades of Primrose #E0DA81

Tints of Primrose #E0DA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.59%

R = 39.23%
G = 38.18%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E0DA81 (or 0xE0DA81) is known color: Primrose. HEX triplet: E0, DA and 81. RGB value is (224,218,129). Sum of RGB (Red+Green+Blue) = 224+218+129=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DA81 is #1F257E. Grayscale: #D2D2D2. Windows color (decimal): -2041215 or 8510176. OLE color: 8510176.

HSL color Cylindrical-coordinate representation of color #E0DA81: hue angle of 56.21º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0DA81 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 218 129 -
CMYK 0 0.03 0.42 0.12
HSL 56.21º 0.61% 0.69% -
HSV(B) 56.21º 0.42% 0.88% -
XYZ 59.77 67.58 30.66 -
YUV 209.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 224 218 129 0 0.03 0.42 0.12 56.21 0.61 0.69
Hex E0 DA 81 0 3 2A C 38 3D 45
Octal 340 332 201 0 3 52 14 70 75 105
Binary 11100000 11011010 10000001 0 11 101010 1100 111000 111101 1000101

Color Harmonies of #E0DA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DA81

Black with #E0DA81

Text Example


Text Example

White with #E0DA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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