Html Css Color HEX #EADB8D Primrose

📋 copy color: '#EADB8D'

red 234 ◦ green 219 ◦ blue 141

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

Shades of Primrose #EADB8D

Tints of Primrose #EADB8D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.87%

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

R = 39.39%
G = 36.87%
B = 23.74%

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

#EADB8D (or 0xEADB8D) is known color: Primrose. HEX triplet: EA, DB and 8D. RGB value is (234,219,141). Sum of RGB (Red+Green+Blue) = 234+219+141=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB8D is #152472. Grayscale: #D6D6D6. Windows color (decimal): -1385587 or 9296874. OLE color: 9296874.

HSL color Cylindrical-coordinate representation of color #EADB8D: hue angle of 50.32º 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 #EADB8D is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 141 -
CMYK 0 0.06 0.40 0.08
HSL 50.32º 0.69% 0.74% -
HSV(B) 50.32º 0.4% 0.92% -
XYZ 64.07 70.08 35.35 -
YUV 214.59 86.47 141.84 -
System Red Green Blue C M Y K H S L
Decimal 234 219 141 0 0.06 0.40 0.08 50.32 0.69 0.74
Hex EA DB 8D 0 6 28 8 32 45 4A
Octal 352 333 215 0 6 50 10 62 105 112
Binary 11101010 11011011 10001101 0 110 101000 1000 110010 1000101 1001010

Color Harmonies of #EADB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB8D

Black with #EADB8D

Text Example


Text Example

White with #EADB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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