Html Css Color HEX #E6DD86 Primrose

📋 copy color: '#E6DD86'

red 230 ◦ green 221 ◦ blue 134

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

Shades of Primrose #E6DD86

Tints of Primrose #E6DD86

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.78%

 BLUE value IS 134 (52.73% from 255) = 22.91%

R = 39.32%
G = 37.78%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E6DD86 (or 0xE6DD86) is known color: Primrose. HEX triplet: E6, DD and 86. RGB value is (230,221,134). Sum of RGB (Red+Green+Blue) = 230+221+134=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DD86 is #192279. Grayscale: #D6D6D6. Windows color (decimal): -1647226 or 8838630. OLE color: 8838630.

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

Color convert

RGB 230 221 134 -
CMYK 0 0.04 0.42 0.10
HSL 54.38º 0.66% 0.71% -
HSV(B) 54.38º 0.42% 0.9% -
XYZ 62.79 70.26 32.81 -
YUV 213.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 230 221 134 0 0.04 0.42 0.10 54.38 0.66 0.71
Hex E6 DD 86 0 4 2A A 36 42 47
Octal 346 335 206 0 4 52 12 66 102 107
Binary 11100110 11011101 10000110 0 100 101010 1010 110110 1000010 1000111

Color Harmonies of #E6DD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DD86

Black with #E6DD86

Text Example


Text Example

White with #E6DD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DD86; }

 p { color: rgb(230,221,134); }

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

background-color css

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

 a { background-color: rgb(230,221,134); }

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

border-color css

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

 span { border-color: rgb(230,221,134); }

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