Html Css Color HEX #EADD94 Primrose

📋 copy color: '#EADD94'

red 234 ◦ green 221 ◦ blue 148

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

Shades of Primrose #EADD94

Tints of Primrose #EADD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.54%

R = 38.81%
G = 36.65%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EADD94 (or 0xEADD94) is known color: Primrose. HEX triplet: EA, DD and 94. RGB value is (234,221,148). Sum of RGB (Red+Green+Blue) = 234+221+148=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD94 is #15226B. Grayscale: #D8D8D8. Windows color (decimal): -1385068 or 9756138. OLE color: 9756138.

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

Color convert

RGB 234 221 148 -
CMYK 0 0.06 0.37 0.08
HSL 50.93º 0.67% 0.75% -
HSV(B) 50.93º 0.37% 0.92% -
XYZ 65.13 71.34 38.35 -
YUV 216.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 234 221 148 0 0.06 0.37 0.08 50.93 0.67 0.75
Hex EA DD 94 0 6 25 8 33 43 4B
Octal 352 335 224 0 6 45 10 63 103 113
Binary 11101010 11011101 10010100 0 110 100101 1000 110011 1000011 1001011

Color Harmonies of #EADD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD94

Black with #EADD94

Text Example


Text Example

White with #EADD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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