Html Css Color HEX #E6DC8F Primrose

📋 copy color: '#E6DC8F'

red 230 ◦ green 220 ◦ blue 143

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

Shades of Primrose #E6DC8F

Tints of Primrose #E6DC8F

RGB

 RED value IS 230 (90.23% from 255) = 38.79%

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

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

R = 38.79%
G = 37.1%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6DC8F (or 0xE6DC8F) is known color: Primrose. HEX triplet: E6, DC and 8F. RGB value is (230,220,143). Sum of RGB (Red+Green+Blue) = 230+220+143=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 143 (56.25% from 255 or 24.11% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DC8F is #192370. Grayscale: #D6D6D6. Windows color (decimal): -1647473 or 9428198. OLE color: 9428198.

HSL color Cylindrical-coordinate representation of color #E6DC8F: hue angle of 53.1º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6DC8F is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 220 143 -
CMYK 0 0.04 0.38 0.10
HSL 53.1º 0.64% 0.73% -
HSV(B) 53.1º 0.38% 0.9% -
XYZ 63.18 69.99 36.17 -
YUV 214.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 230 220 143 0 0.04 0.38 0.10 53.1 0.64 0.73
Hex E6 DC 8F 0 4 26 A 35 40 49
Octal 346 334 217 0 4 46 12 65 100 111
Binary 11100110 11011100 10001111 0 100 100110 1010 110101 1000000 1001001

Color Harmonies of #E6DC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DC8F

Black with #E6DC8F

Text Example


Text Example

White with #E6DC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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