Html Css Color HEX #E2E38B Primrose

📋 copy color: '#E2E38B'

red 226 ◦ green 227 ◦ blue 139

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

Shades of Primrose #E2E38B

Tints of Primrose #E2E38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.48%

R = 38.18%
G = 38.34%
B = 23.48%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E2E38B (or 0xE2E38B) is known color: Primrose. HEX triplet: E2, E3 and 8B. RGB value is (226,227,139). Sum of RGB (Red+Green+Blue) = 226+227+139=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E38B is #1D1C74. Grayscale: #D9D9D9. Windows color (decimal): -1907829 or 9167842. OLE color: 9167842.

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

Color convert

RGB 226 227 139 -
CMYK 0.00 0 0.39 0.11
HSL 60.68º 0.61% 0.72% -
HSV(B) 60.68º 0.39% 0.89% -
XYZ 63.49 72.97 35.16 -
YUV 216.67 84.17 134.66 -
System Red Green Blue C M Y K H S L
Decimal 226 227 139 0.00 0 0.39 0.11 60.68 0.61 0.72
Hex E2 E3 8B 0 0 27 B 3D 3D 48
Octal 342 343 213 0 0 47 13 75 75 110
Binary 11100010 11100011 10001011 0 0 100111 1011 111101 111101 1001000

Color Harmonies of #E2E38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E38B

Black with #E2E38B

Text Example


Text Example

White with #E2E38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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