Html Css Color HEX #EADC93 Primrose

📋 copy color: '#EADC93'

red 234 ◦ green 220 ◦ blue 147

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

Shades of Primrose #EADC93

Tints of Primrose #EADC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.46%

R = 38.94%
G = 36.61%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EADC93 (or 0xEADC93) is known color: Primrose. HEX triplet: EA, DC and 93. RGB value is (234,220,147). Sum of RGB (Red+Green+Blue) = 234+220+147=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC93 is #15236C. Grayscale: #D8D8D8. Windows color (decimal): -1385325 or 9690346. OLE color: 9690346.

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

Color convert

RGB 234 220 147 -
CMYK 0 0.06 0.37 0.08
HSL 50.34º 0.67% 0.75% -
HSV(B) 50.34º 0.37% 0.92% -
XYZ 64.79 70.79 37.85 -
YUV 215.86 89.14 140.94 -
System Red Green Blue C M Y K H S L
Decimal 234 220 147 0 0.06 0.37 0.08 50.34 0.67 0.75
Hex EA DC 93 0 6 25 8 32 43 4B
Octal 352 334 223 0 6 45 10 62 103 113
Binary 11101010 11011100 10010011 0 110 100101 1000 110010 1000011 1001011

Color Harmonies of #EADC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC93

Black with #EADC93

Text Example


Text Example

White with #EADC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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