Html Css Color HEX #E0D58D Primrose

📋 copy color: '#E0D58D'

red 224 ◦ green 213 ◦ blue 141

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

Shades of Primrose #E0D58D

Tints of Primrose #E0D58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.39%

R = 38.75%
G = 36.85%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0D58D (or 0xE0D58D) is known color: Primrose. HEX triplet: E0, D5 and 8D. RGB value is (224,213,141). Sum of RGB (Red+Green+Blue) = 224+213+141=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D58D is #1F2A72. Grayscale: #D0D0D0. Windows color (decimal): -2042483 or 9295328. OLE color: 9295328.

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

Color convert

RGB 224 213 141 -
CMYK 0 0.05 0.37 0.12
HSL 52.05º 0.57% 0.72% -
HSV(B) 52.05º 0.37% 0.88% -
XYZ 59.34 65.36 34.69 -
YUV 208.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 224 213 141 0 0.05 0.37 0.12 52.05 0.57 0.72
Hex E0 D5 8D 0 5 25 C 34 39 48
Octal 340 325 215 0 5 45 14 64 71 110
Binary 11100000 11010101 10001101 0 101 100101 1100 110100 111001 1001000

Color Harmonies of #E0D58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D58D

Black with #E0D58D

Text Example


Text Example

White with #E0D58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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