Html Css Color HEX #E2E78A Primrose

📋 copy color: '#E2E78A'

red 226 ◦ green 231 ◦ blue 138

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

Shades of Primrose #E2E78A

Tints of Primrose #E2E78A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.82%

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

R = 37.98%
G = 38.82%
B = 23.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E2E78A (or 0xE2E78A) is known color: Primrose. HEX triplet: E2, E7 and 8A. RGB value is (226,231,138). Sum of RGB (Red+Green+Blue) = 226+231+138=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E78A is #1D1875. Grayscale: #DBDBDB. Windows color (decimal): -1906806 or 9103330. OLE color: 9103330.

HSL color Cylindrical-coordinate representation of color #E2E78A: hue angle of 63.23º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E2E78A is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 226 231 138 -
CMYK 0.02 0 0.40 0.09
HSL 63.23º 0.66% 0.72% -
HSV(B) 63.23º 0.4% 0.91% -
XYZ 64.53 75.16 35.15 -
YUV 218.9 82.34 133.06 -
System Red Green Blue C M Y K H S L
Decimal 226 231 138 0.02 0 0.40 0.09 63.23 0.66 0.72
Hex E2 E7 8A 2 0 28 9 3F 42 48
Octal 342 347 212 2 0 50 11 77 102 110
Binary 11100010 11100111 10001010 10 0 101000 1001 111111 1000010 1001000

Color Harmonies of #E2E78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E78A

Black with #E2E78A

Text Example


Text Example

White with #E2E78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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