Html Css Color HEX #EADD91 Primrose

📋 copy color: '#EADD91'

red 234 ◦ green 221 ◦ blue 145

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

Shades of Primrose #EADD91

Tints of Primrose #EADD91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.17%

R = 39%
G = 36.83%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EADD91 (or 0xEADD91) is known color: Primrose. HEX triplet: EA, DD and 91. RGB value is (234,221,145). Sum of RGB (Red+Green+Blue) = 234+221+145=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 145 (57.03% from 255 or 24.17% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD91 is #15226E. Grayscale: #D8D8D8. Windows color (decimal): -1385071 or 9559530. OLE color: 9559530.

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

Color convert

RGB 234 221 145 -
CMYK 0 0.06 0.38 0.08
HSL 51.24º 0.68% 0.74% -
HSV(B) 51.24º 0.38% 0.92% -
XYZ 64.9 71.25 37.12 -
YUV 216.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 234 221 145 0 0.06 0.38 0.08 51.24 0.68 0.74
Hex EA DD 91 0 6 26 8 33 44 4A
Octal 352 335 221 0 6 46 10 63 104 112
Binary 11101010 11011101 10010001 0 110 100110 1000 110011 1000100 1001010

Color Harmonies of #EADD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD91

Black with #EADD91

Text Example


Text Example

White with #EADD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD91; }

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

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

background-color css

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

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

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

border-color css

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

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

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