Html Css Color HEX #E2E08A Primrose

📋 copy color: '#E2E08A'

red 226 ◦ green 224 ◦ blue 138

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

Shades of Primrose #E2E08A

Tints of Primrose #E2E08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.47%

R = 38.44%
G = 38.1%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E2E08A (or 0xE2E08A) is known color: Primrose. HEX triplet: E2, E0 and 8A. RGB value is (226,224,138). Sum of RGB (Red+Green+Blue) = 226+224+138=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E08A is #1D1F75. Grayscale: #D7D7D7. Windows color (decimal): -1908598 or 9101538. OLE color: 9101538.

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

Color convert

RGB 226 224 138 -
CMYK 0 0.01 0.39 0.11
HSL 58.64º 0.6% 0.71% -
HSV(B) 58.64º 0.39% 0.89% -
XYZ 62.61 71.32 34.51 -
YUV 214.79 84.66 135.99 -
System Red Green Blue C M Y K H S L
Decimal 226 224 138 0 0.01 0.39 0.11 58.64 0.6 0.71
Hex E2 E0 8A 0 1 27 B 3B 3C 47
Octal 342 340 212 0 1 47 13 73 74 107
Binary 11100010 11100000 10001010 0 1 100111 1011 111011 111100 1000111

Color Harmonies of #E2E08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E08A

Black with #E2E08A

Text Example


Text Example

White with #E2E08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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