Html Css Color HEX #E2E385 Primrose

📋 copy color: '#E2E385'

red 226 ◦ green 227 ◦ blue 133

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

Shades of Primrose #E2E385

Tints of Primrose #E2E385

RGB

 RED value IS 226 (88.67% from 255) = 38.57%

 GREEN value IS 227 (89.06% from 255) = 38.74%

 BLUE value IS 133 (52.34% from 255) = 22.7%

R = 38.57%
G = 38.74%
B = 22.7%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E2E385 (or 0xE2E385) is known color: Primrose. HEX triplet: E2, E3 and 85. RGB value is (226,227,133). Sum of RGB (Red+Green+Blue) = 226+227+133=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E385 is #1D1C7A. Grayscale: #D8D8D8. Windows color (decimal): -1907835 or 8774626. OLE color: 8774626.

HSL color Cylindrical-coordinate representation of color #E2E385: hue angle of 60.64º degrees, saturation: 0.63, 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 #E2E385 is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 227 133 -
CMYK 0.00 0 0.41 0.11
HSL 60.64º 0.63% 0.71% -
HSV(B) 60.64º 0.41% 0.89% -
XYZ 63.07 72.8 32.92 -
YUV 215.99 81.17 135.14 -
System Red Green Blue C M Y K H S L
Decimal 226 227 133 0.00 0 0.41 0.11 60.64 0.63 0.71
Hex E2 E3 85 0 0 29 B 3D 3F 47
Octal 342 343 205 0 0 51 13 75 77 107
Binary 11100010 11100011 10000101 0 0 101001 1011 111101 111111 1000111

Color Harmonies of #E2E385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E385

Black with #E2E385

Text Example


Text Example

White with #E2E385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E385; }

 p { color: rgb(226,227,133); }

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

background-color css

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

 a { background-color: rgb(226,227,133); }

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

border-color css

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

 span { border-color: rgb(226,227,133); }

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