Html Css Color HEX #E0E286 Primrose

📋 copy color: '#E0E286'

red 224 ◦ green 226 ◦ blue 134

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

Shades of Primrose #E0E286

Tints of Primrose #E0E286

RGB

 RED value IS 224 (87.89% from 255) = 38.36%

 GREEN value IS 226 (88.67% from 255) = 38.7%

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

R = 38.36%
G = 38.7%
B = 22.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E0E286 (or 0xE0E286) is known color: Primrose. HEX triplet: E0, E2 and 86. RGB value is (224,226,134). Sum of RGB (Red+Green+Blue) = 224+226+134=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E286 is #1F1D79. Grayscale: #D7D7D7. Windows color (decimal): -2039162 or 8839904. OLE color: 8839904.

HSL color Cylindrical-coordinate representation of color #E0E286: hue angle of 61.3º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0E286 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 224 226 134 -
CMYK 0.01 0 0.41 0.11
HSL 61.3º 0.61% 0.71% -
HSV(B) 61.3º 0.41% 0.89% -
XYZ 62.24 71.96 33.16 -
YUV 214.91 82.34 134.48 -
System Red Green Blue C M Y K H S L
Decimal 224 226 134 0.01 0 0.41 0.11 61.3 0.61 0.71
Hex E0 E2 86 1 0 29 B 3D 3D 47
Octal 340 342 206 1 0 51 13 75 75 107
Binary 11100000 11100010 10000110 1 0 101001 1011 111101 111101 1000111

Color Harmonies of #E0E286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E286

Black with #E0E286

Text Example


Text Example

White with #E0E286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E286; }

 p { color: rgb(224,226,134); }

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

background-color css

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

 a { background-color: rgb(224,226,134); }

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

border-color css

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

 span { border-color: rgb(224,226,134); }

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