Html Css Color HEX #E8DC8F Primrose

📋 copy color: '#E8DC8F'

red 232 ◦ green 220 ◦ blue 143

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

Shades of Primrose #E8DC8F

Tints of Primrose #E8DC8F

RGB

 RED value IS 232 (91.02% from 255) = 38.99%

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

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

R = 38.99%
G = 36.97%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E8DC8F (or 0xE8DC8F) is known color: Primrose. HEX triplet: E8, DC and 8F. RGB value is (232,220,143). Sum of RGB (Red+Green+Blue) = 232+220+143=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DC8F is #172370. Grayscale: #D7D7D7. Windows color (decimal): -1516401 or 9428200. OLE color: 9428200.

HSL color Cylindrical-coordinate representation of color #E8DC8F: hue angle of 51.91º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8DC8F is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 220 143 -
CMYK 0 0.05 0.38 0.09
HSL 51.91º 0.66% 0.74% -
HSV(B) 51.91º 0.38% 0.91% -
XYZ 63.83 70.33 36.2 -
YUV 214.81 87.48 140.26 -
System Red Green Blue C M Y K H S L
Decimal 232 220 143 0 0.05 0.38 0.09 51.91 0.66 0.74
Hex E8 DC 8F 0 5 26 9 34 42 4A
Octal 350 334 217 0 5 46 11 64 102 112
Binary 11101000 11011100 10001111 0 101 100110 1001 110100 1000010 1001010

Color Harmonies of #E8DC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DC8F

Black with #E8DC8F

Text Example


Text Example

White with #E8DC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DC8F; }

 p { color: rgb(232,220,143); }

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

background-color css

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

 a { background-color: rgb(232,220,143); }

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

border-color css

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

 span { border-color: rgb(232,220,143); }

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