Html Css Color HEX #E2E09B Primrose

📋 copy color: '#E2E09B'

red 226 ◦ green 224 ◦ blue 155

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

Shades of Primrose #E2E09B

Tints of Primrose #E2E09B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.02%

 BLUE value IS 155 (60.94% from 255) = 25.62%

R = 37.36%
G = 37.02%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2E09B (or 0xE2E09B) is known color: Primrose. HEX triplet: E2, E0 and 9B. RGB value is (226,224,155). Sum of RGB (Red+Green+Blue) = 226+224+155=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E09B is #1D1F64. Grayscale: #D9D9D9. Windows color (decimal): -1908581 or 10215650. OLE color: 10215650.

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

Color convert

RGB 226 224 155 -
CMYK 0 0.01 0.31 0.11
HSL 58.31º 0.55% 0.75% -
HSV(B) 58.31º 0.31% 0.89% -
XYZ 63.94 71.85 41.51 -
YUV 216.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 226 224 155 0 0.01 0.31 0.11 58.31 0.55 0.75
Hex E2 E0 9B 0 1 1F B 3A 37 4B
Octal 342 340 233 0 1 37 13 72 67 113
Binary 11100010 11100000 10011011 0 1 11111 1011 111010 110111 1001011

Color Harmonies of #E2E09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E09B

Black with #E2E09B

Text Example


Text Example

White with #E2E09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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