Html Css Color HEX #E0D593 Primrose

📋 copy color: '#E0D593'

red 224 ◦ green 213 ◦ blue 147

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

Shades of Primrose #E0D593

Tints of Primrose #E0D593

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.47%

 BLUE value IS 147 (57.81% from 255) = 25.17%

R = 38.36%
G = 36.47%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E0D593 (or 0xE0D593) is known color: Primrose. HEX triplet: E0, D5 and 93. RGB value is (224,213,147). Sum of RGB (Red+Green+Blue) = 224+213+147=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 147 (57.81% from 255 or 25.17% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D593 is #1F2A6C. Grayscale: #D1D1D1. Windows color (decimal): -2042477 or 9688544. OLE color: 9688544.

HSL color Cylindrical-coordinate representation of color #E0D593: hue angle of 51.43º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0D593 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 213 147 -
CMYK 0 0.05 0.34 0.12
HSL 51.43º 0.55% 0.73% -
HSV(B) 51.43º 0.34% 0.88% -
XYZ 59.8 65.54 37.1 -
YUV 208.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 224 213 147 0 0.05 0.34 0.12 51.43 0.55 0.73
Hex E0 D5 93 0 5 22 C 33 37 49
Octal 340 325 223 0 5 42 14 63 67 111
Binary 11100000 11010101 10010011 0 101 100010 1100 110011 110111 1001001

Color Harmonies of #E0D593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D593

Black with #E0D593

Text Example


Text Example

White with #E0D593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D593; }

 p { color: rgb(224,213,147); }

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

background-color css

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

 a { background-color: rgb(224,213,147); }

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

border-color css

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

 span { border-color: rgb(224,213,147); }

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