Html Css Color HEX #E6DB8F Primrose

📋 copy color: '#E6DB8F'

red 230 ◦ green 219 ◦ blue 143

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

Shades of Primrose #E6DB8F

Tints of Primrose #E6DB8F

RGB

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

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

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

R = 38.85%
G = 36.99%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6DB8F (or 0xE6DB8F) is known color: Primrose. HEX triplet: E6, DB and 8F. RGB value is (230,219,143). Sum of RGB (Red+Green+Blue) = 230+219+143=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DB8F is #192470. Grayscale: #D5D5D5. Windows color (decimal): -1647729 or 9427942. OLE color: 9427942.

HSL color Cylindrical-coordinate representation of color #E6DB8F: hue angle of 52.41º 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 #E6DB8F is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 219 143 -
CMYK 0 0.05 0.38 0.10
HSL 52.41º 0.64% 0.73% -
HSV(B) 52.41º 0.38% 0.9% -
XYZ 62.92 69.47 36.08 -
YUV 213.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 230 219 143 0 0.05 0.38 0.10 52.41 0.64 0.73
Hex E6 DB 8F 0 5 26 A 34 40 49
Octal 346 333 217 0 5 46 12 64 100 111
Binary 11100110 11011011 10001111 0 101 100110 1010 110100 1000000 1001001

Color Harmonies of #E6DB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DB8F

Black with #E6DB8F

Text Example


Text Example

White with #E6DB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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