Html Css Color HEX #EADF8C Primrose

📋 copy color: '#EADF8C'

red 234 ◦ green 223 ◦ blue 140

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

Shades of Primrose #EADF8C

Tints of Primrose #EADF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.45%

R = 39.2%
G = 37.35%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EADF8C (or 0xEADF8C) is known color: Primrose. HEX triplet: EA, DF and 8C. RGB value is (234,223,140). Sum of RGB (Red+Green+Blue) = 234+223+140=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF8C is #152073. Grayscale: #D9D9D9. Windows color (decimal): -1384564 or 9232362. OLE color: 9232362.

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

Color convert

RGB 234 223 140 -
CMYK 0 0.05 0.40 0.08
HSL 52.98º 0.69% 0.73% -
HSV(B) 52.98º 0.4% 0.92% -
XYZ 65.05 72.16 35.31 -
YUV 216.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 234 223 140 0 0.05 0.40 0.08 52.98 0.69 0.73
Hex EA DF 8C 0 5 28 8 35 45 49
Octal 352 337 214 0 5 50 10 65 105 111
Binary 11101010 11011111 10001100 0 101 101000 1000 110101 1000101 1001001

Color Harmonies of #EADF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF8C

Black with #EADF8C

Text Example


Text Example

White with #EADF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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