Html Css Color HEX #EADC96 Primrose

📋 copy color: '#EADC96'

red 234 ◦ green 220 ◦ blue 150

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

Shades of Primrose #EADC96

Tints of Primrose #EADC96

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.42%

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

R = 38.74%
G = 36.42%
B = 24.83%

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

#EADC96 (or 0xEADC96) is known color: Primrose. HEX triplet: EA, DC and 96. RGB value is (234,220,150). Sum of RGB (Red+Green+Blue) = 234+220+150=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC96 is #152369. Grayscale: #D8D8D8. Windows color (decimal): -1385322 or 9886954. OLE color: 9886954.

HSL color Cylindrical-coordinate representation of color #EADC96: hue angle of 50º 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 #EADC96 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 220 150 -
CMYK 0 0.06 0.36 0.08
HSL 50º 0.67% 0.75% -
HSV(B) 50º 0.36% 0.92% -
XYZ 65.03 70.88 39.11 -
YUV 216.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 234 220 150 0 0.06 0.36 0.08 50 0.67 0.75
Hex EA DC 96 0 6 24 8 32 43 4B
Octal 352 334 226 0 6 44 10 62 103 113
Binary 11101010 11011100 10010110 0 110 100100 1000 110010 1000011 1001011

Color Harmonies of #EADC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC96

Black with #EADC96

Text Example


Text Example

White with #EADC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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