Html Css Color HEX #EADC8D Primrose

📋 copy color: '#EADC8D'

red 234 ◦ green 220 ◦ blue 141

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

Shades of Primrose #EADC8D

Tints of Primrose #EADC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.7%

R = 39.33%
G = 36.97%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EADC8D (or 0xEADC8D) is known color: Primrose. HEX triplet: EA, DC and 8D. RGB value is (234,220,141). Sum of RGB (Red+Green+Blue) = 234+220+141=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC8D is #152372. Grayscale: #D7D7D7. Windows color (decimal): -1385331 or 9297130. OLE color: 9297130.

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

Color convert

RGB 234 220 141 -
CMYK 0 0.06 0.40 0.08
HSL 50.97º 0.69% 0.74% -
HSV(B) 50.97º 0.4% 0.92% -
XYZ 64.33 70.6 35.44 -
YUV 215.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 234 220 141 0 0.06 0.40 0.08 50.97 0.69 0.74
Hex EA DC 8D 0 6 28 8 33 45 4A
Octal 352 334 215 0 6 50 10 63 105 112
Binary 11101010 11011100 10001101 0 110 101000 1000 110011 1000101 1001010

Color Harmonies of #EADC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC8D

Black with #EADC8D

Text Example


Text Example

White with #EADC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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