Html Css Color HEX #EADD9A Primrose

📋 copy color: '#EADD9A'

red 234 ◦ green 221 ◦ blue 154

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

Shades of Primrose #EADD9A

Tints of Primrose #EADD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.29%

R = 38.42%
G = 36.29%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EADD9A (or 0xEADD9A) is known color: Primrose. HEX triplet: EA, DD and 9A. RGB value is (234,221,154). Sum of RGB (Red+Green+Blue) = 234+221+154=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD9A is #152265. Grayscale: #D9D9D9. Windows color (decimal): -1385062 or 10149354. OLE color: 10149354.

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

Color convert

RGB 234 221 154 -
CMYK 0 0.06 0.34 0.08
HSL 50.25º 0.66% 0.76% -
HSV(B) 50.25º 0.34% 0.92% -
XYZ 65.62 71.54 40.92 -
YUV 217.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 234 221 154 0 0.06 0.34 0.08 50.25 0.66 0.76
Hex EA DD 9A 0 6 22 8 32 42 4C
Octal 352 335 232 0 6 42 10 62 102 114
Binary 11101010 11011101 10011010 0 110 100010 1000 110010 1000010 1001100

Color Harmonies of #EADD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD9A

Black with #EADD9A

Text Example


Text Example

White with #EADD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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