Html Css Color HEX #E8DE8D Primrose

📋 copy color: '#E8DE8D'

red 232 ◦ green 222 ◦ blue 141

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

Shades of Primrose #E8DE8D

Tints of Primrose #E8DE8D

RGB

 RED value IS 232 (91.02% from 255) = 38.99%

 GREEN value IS 222 (87.11% from 255) = 37.31%

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

R = 38.99%
G = 37.31%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E8DE8D (or 0xE8DE8D) is known color: Primrose. HEX triplet: E8, DE and 8D. RGB value is (232,222,141). Sum of RGB (Red+Green+Blue) = 232+222+141=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DE8D is #172172. Grayscale: #D8D8D8. Windows color (decimal): -1515891 or 9297640. OLE color: 9297640.

HSL color Cylindrical-coordinate representation of color #E8DE8D: hue angle of 53.41º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E8DE8D is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 222 141 -
CMYK 0 0.04 0.39 0.09
HSL 53.41º 0.66% 0.73% -
HSV(B) 53.41º 0.39% 0.91% -
XYZ 64.21 71.32 35.58 -
YUV 215.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 232 222 141 0 0.04 0.39 0.09 53.41 0.66 0.73
Hex E8 DE 8D 0 4 27 9 35 42 49
Octal 350 336 215 0 4 47 11 65 102 111
Binary 11101000 11011110 10001101 0 100 100111 1001 110101 1000010 1001001

Color Harmonies of #E8DE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DE8D

Black with #E8DE8D

Text Example


Text Example

White with #E8DE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DE8D; }

 p { color: rgb(232,222,141); }

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

background-color css

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

 a { background-color: rgb(232,222,141); }

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

border-color css

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

 span { border-color: rgb(232,222,141); }

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