Html Css Color HEX #EADC90 Primrose

📋 copy color: '#EADC90'

red 234 ◦ green 220 ◦ blue 144

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

Shades of Primrose #EADC90

Tints of Primrose #EADC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.08%

R = 39.13%
G = 36.79%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EADC90 (or 0xEADC90) is known color: Primrose. HEX triplet: EA, DC and 90. RGB value is (234,220,144). Sum of RGB (Red+Green+Blue) = 234+220+144=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC90 is #15236F. Grayscale: #D7D7D7. Windows color (decimal): -1385328 or 9493738. OLE color: 9493738.

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

Color convert

RGB 234 220 144 -
CMYK 0 0.06 0.38 0.08
HSL 50.67º 0.68% 0.74% -
HSV(B) 50.67º 0.38% 0.92% -
XYZ 64.56 70.69 36.63 -
YUV 215.52 87.64 141.18 -
System Red Green Blue C M Y K H S L
Decimal 234 220 144 0 0.06 0.38 0.08 50.67 0.68 0.74
Hex EA DC 90 0 6 26 8 33 44 4A
Octal 352 334 220 0 6 46 10 63 104 112
Binary 11101010 11011100 10010000 0 110 100110 1000 110011 1000100 1001010

Color Harmonies of #EADC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC90

Black with #EADC90

Text Example


Text Example

White with #EADC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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