Html Css Color HEX #EADD8C Primrose

📋 copy color: '#EADD8C'

red 234 ◦ green 221 ◦ blue 140

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

Shades of Primrose #EADD8C

Tints of Primrose #EADD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.53%

R = 39.33%
G = 37.14%
B = 23.53%

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

#EADD8C (or 0xEADD8C) is known color: Primrose. HEX triplet: EA, DD and 8C. RGB value is (234,221,140). Sum of RGB (Red+Green+Blue) = 234+221+140=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD8C is #152273. Grayscale: #D7D7D7. Windows color (decimal): -1385076 or 9231850. OLE color: 9231850.

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

Color convert

RGB 234 221 140 -
CMYK 0 0.06 0.40 0.08
HSL 51.7º 0.69% 0.73% -
HSV(B) 51.7º 0.4% 0.92% -
XYZ 64.52 71.1 35.13 -
YUV 215.65 85.31 141.09 -
System Red Green Blue C M Y K H S L
Decimal 234 221 140 0 0.06 0.40 0.08 51.7 0.69 0.73
Hex EA DD 8C 0 6 28 8 34 45 49
Octal 352 335 214 0 6 50 10 64 105 111
Binary 11101010 11011101 10001100 0 110 101000 1000 110100 1000101 1001001

Color Harmonies of #EADD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD8C

Black with #EADD8C

Text Example


Text Example

White with #EADD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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