Html Css Color HEX #EADB97 Primrose

📋 copy color: '#EADB97'

red 234 ◦ green 219 ◦ blue 151

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

Shades of Primrose #EADB97

Tints of Primrose #EADB97

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.26%

 BLUE value IS 151 (59.38% from 255) = 25%

R = 38.74%
G = 36.26%
B = 25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EADB97 (or 0xEADB97) is known color: Primrose. HEX triplet: EA, DB and 97. RGB value is (234,219,151). Sum of RGB (Red+Green+Blue) = 234+219+151=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 151 (59.38% from 255 or 25% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB97 is #152468. Grayscale: #D8D8D8. Windows color (decimal): -1385577 or 9952234. OLE color: 9952234.

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

Color convert

RGB 234 219 151 -
CMYK 0 0.06 0.35 0.08
HSL 49.16º 0.66% 0.75% -
HSV(B) 49.16º 0.35% 0.92% -
XYZ 64.85 70.39 39.45 -
YUV 215.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 234 219 151 0 0.06 0.35 0.08 49.16 0.66 0.75
Hex EA DB 97 0 6 23 8 31 42 4B
Octal 352 333 227 0 6 43 10 61 102 113
Binary 11101010 11011011 10010111 0 110 100011 1000 110001 1000010 1001011

Color Harmonies of #EADB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB97

Black with #EADB97

Text Example


Text Example

White with #EADB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB97; }

 p { color: rgb(234,219,151); }

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

background-color css

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

 a { background-color: rgb(234,219,151); }

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

border-color css

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

 span { border-color: rgb(234,219,151); }

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