Html Css Color HEX #EADF89 Primrose

📋 copy color: '#EADF89'

red 234 ◦ green 223 ◦ blue 137

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

Shades of Primrose #EADF89

Tints of Primrose #EADF89

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.54%

 BLUE value IS 137 (53.91% from 255) = 23.06%

R = 39.39%
G = 37.54%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EADF89 (or 0xEADF89) is known color: Primrose. HEX triplet: EA, DF and 89. RGB value is (234,223,137). Sum of RGB (Red+Green+Blue) = 234+223+137=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 137 (53.91% from 255 or 23.06% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF89 is #152076. Grayscale: #D8D8D8. Windows color (decimal): -1384567 or 9035754. OLE color: 9035754.

HSL color Cylindrical-coordinate representation of color #EADF89: hue angle of 53.2º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EADF89 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 223 137 -
CMYK 0 0.05 0.41 0.08
HSL 53.2º 0.7% 0.73% -
HSV(B) 53.2º 0.41% 0.92% -
XYZ 64.83 72.07 34.16 -
YUV 216.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 234 223 137 0 0.05 0.41 0.08 53.2 0.7 0.73
Hex EA DF 89 0 5 29 8 35 46 49
Octal 352 337 211 0 5 51 10 65 106 111
Binary 11101010 11011111 10001001 0 101 101001 1000 110101 1000110 1001001

Color Harmonies of #EADF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF89

Black with #EADF89

Text Example


Text Example

White with #EADF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF89; }

 p { color: rgb(234,223,137); }

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

background-color css

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

 a { background-color: rgb(234,223,137); }

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

border-color css

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

 span { border-color: rgb(234,223,137); }

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