Html Css Color HEX #E2EDB2 Tusk

📋 copy color: '#E2EDB2'

red 226 ◦ green 237 ◦ blue 178

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

Shades of Tusk #E2EDB2

Tints of Tusk #E2EDB2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.97%

 BLUE value IS 178 (69.92% from 255) = 27.77%

R = 35.26%
G = 36.97%
B = 27.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#E2EDB2 (or 0xE2EDB2) is known color: Tusk. HEX triplet: E2, ED and B2. RGB value is (226,237,178). Sum of RGB (Red+Green+Blue) = 226+237+178=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 178 (69.92% from 255 or 27.77% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EDB2 is #1D124D. Grayscale: #E3E3E3. Windows color (decimal): -1905230 or 11726306. OLE color: 11726306.

HSL color Cylindrical-coordinate representation of color #E2EDB2: hue angle of 71.19º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2EDB2 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 237 178 -
CMYK 0.05 0 0.25 0.07
HSL 71.19º 0.62% 0.81% -
HSV(B) 71.19º 0.25% 0.93% -
XYZ 69.68 79.95 53.88 -
YUV 226.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 226 237 178 0.05 0 0.25 0.07 71.19 0.62 0.81
Hex E2 ED B2 5 0 19 7 47 3E 51
Octal 342 355 262 5 0 31 7 107 76 121
Binary 11100010 11101101 10110010 101 0 11001 111 1000111 111110 1010001

Color Harmonies of #E2EDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EDB2

Black with #E2EDB2

Text Example


Text Example

White with #E2EDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EDB2; }

 p { color: rgb(226,237,178); }

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

background-color css

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

 a { background-color: rgb(226,237,178); }

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

border-color css

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

 span { border-color: rgb(226,237,178); }

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