Html Css Color HEX #E0E6BA Frost

📋 copy color: '#E0E6BA'

red 224 ◦ green 230 ◦ blue 186

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

Shades of Frost #E0E6BA

Tints of Frost #E0E6BA

RGB

 RED value IS 224 (87.89% from 255) = 35%

 GREEN value IS 230 (90.23% from 255) = 35.94%

 BLUE value IS 186 (73.05% from 255) = 29.06%

R = 35%
G = 35.94%
B = 29.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E0E6BA (or 0xE0E6BA) is known color: Frost. HEX triplet: E0, E6 and BA. RGB value is (224,230,186). Sum of RGB (Red+Green+Blue) = 224+230+186=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0E6BA is #1F1945. Grayscale: #DFDFDF. Windows color (decimal): -2038086 or 12248800. OLE color: 12248800.

HSL color Cylindrical-coordinate representation of color #E0E6BA: hue angle of 68.18º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0E6BA is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 230 186 -
CMYK 0.03 0 0.19 0.10
HSL 68.18º 0.47% 0.82% -
HSV(B) 68.18º 0.19% 0.9% -
XYZ 67.9 75.99 57.54 -
YUV 223.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 224 230 186 0.03 0 0.19 0.10 68.18 0.47 0.82
Hex E0 E6 BA 3 0 13 A 44 2F 52
Octal 340 346 272 3 0 23 12 104 57 122
Binary 11100000 11100110 10111010 11 0 10011 1010 1000100 101111 1010010

Color Harmonies of #E0E6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E6BA

Black with #E0E6BA

Text Example


Text Example

White with #E0E6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E6BA; }

 p { color: rgb(224,230,186); }

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

background-color css

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

 a { background-color: rgb(224,230,186); }

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

border-color css

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

 span { border-color: rgb(224,230,186); }

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