Html Css Color HEX #EADB8F Primrose

📋 copy color: '#EADB8F'

red 234 ◦ green 219 ◦ blue 143

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

Shades of Primrose #EADB8F

Tints of Primrose #EADB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.99%

R = 39.26%
G = 36.74%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EADB8F (or 0xEADB8F) is known color: Primrose. HEX triplet: EA, DB and 8F. RGB value is (234,219,143). Sum of RGB (Red+Green+Blue) = 234+219+143=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 143 (56.25% from 255 or 23.99% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB8F is #152470. Grayscale: #D7D7D7. Windows color (decimal): -1385585 or 9427946. OLE color: 9427946.

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

Color convert

RGB 234 219 143 -
CMYK 0 0.06 0.39 0.08
HSL 50.11º 0.68% 0.74% -
HSV(B) 50.11º 0.39% 0.92% -
XYZ 64.22 70.14 36.14 -
YUV 214.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 234 219 143 0 0.06 0.39 0.08 50.11 0.68 0.74
Hex EA DB 8F 0 6 27 8 32 44 4A
Octal 352 333 217 0 6 47 10 62 104 112
Binary 11101010 11011011 10001111 0 110 100111 1000 110010 1000100 1001010

Color Harmonies of #EADB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB8F

Black with #EADB8F

Text Example


Text Example

White with #EADB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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