Html Css Color HEX #EADD96 Primrose

📋 copy color: '#EADD96'

red 234 ◦ green 221 ◦ blue 150

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

Shades of Primrose #EADD96

Tints of Primrose #EADD96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.79%

R = 38.68%
G = 36.53%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EADD96 (or 0xEADD96) is known color: Primrose. HEX triplet: EA, DD and 96. RGB value is (234,221,150). Sum of RGB (Red+Green+Blue) = 234+221+150=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 150 (58.98% from 255 or 24.79% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD96 is #152269. Grayscale: #D9D9D9. Windows color (decimal): -1385066 or 9887210. OLE color: 9887210.

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

Color convert

RGB 234 221 150 -
CMYK 0 0.06 0.36 0.08
HSL 50.71º 0.67% 0.75% -
HSV(B) 50.71º 0.36% 0.92% -
XYZ 65.29 71.41 39.2 -
YUV 216.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 234 221 150 0 0.06 0.36 0.08 50.71 0.67 0.75
Hex EA DD 96 0 6 24 8 33 43 4B
Octal 352 335 226 0 6 44 10 63 103 113
Binary 11101010 11011101 10010110 0 110 100100 1000 110011 1000011 1001011

Color Harmonies of #EADD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD96

Black with #EADD96

Text Example


Text Example

White with #EADD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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