Html Css Color HEX #EADD8D Primrose

📋 copy color: '#EADD8D'

red 234 ◦ green 221 ◦ blue 141

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

Shades of Primrose #EADD8D

Tints of Primrose #EADD8D

RGB

 RED value IS 234 (91.8% from 255) = 39.26%

 GREEN value IS 221 (86.72% from 255) = 37.08%

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

R = 39.26%
G = 37.08%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EADD8D (or 0xEADD8D) is known color: Primrose. HEX triplet: EA, DD and 8D. RGB value is (234,221,141). Sum of RGB (Red+Green+Blue) = 234+221+141=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD8D is #152272. Grayscale: #D8D8D8. Windows color (decimal): -1385075 or 9297386. OLE color: 9297386.

HSL color Cylindrical-coordinate representation of color #EADD8D: hue angle of 51.61º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EADD8D is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 141 -
CMYK 0 0.06 0.40 0.08
HSL 51.61º 0.69% 0.74% -
HSV(B) 51.61º 0.4% 0.92% -
XYZ 64.6 71.13 35.52 -
YUV 215.77 85.81 141 -
System Red Green Blue C M Y K H S L
Decimal 234 221 141 0 0.06 0.40 0.08 51.61 0.69 0.74
Hex EA DD 8D 0 6 28 8 34 45 4A
Octal 352 335 215 0 6 50 10 64 105 112
Binary 11101010 11011101 10001101 0 110 101000 1000 110100 1000101 1001010

Color Harmonies of #EADD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD8D

Black with #EADD8D

Text Example


Text Example

White with #EADD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD8D; }

 p { color: rgb(234,221,141); }

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

background-color css

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

 a { background-color: rgb(234,221,141); }

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

border-color css

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

 span { border-color: rgb(234,221,141); }

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