#E0F8AF

Color #E0F8AF Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #E0F8AF

Tints of Reef #E0F8AF

Color information

#E0F8AF (or 0xE0F8AF) is unknown color: approx Reef. HEX triplet: E0, F8 and AF. RGB value is (224,248,175). Sum of RGB (Red+Green+Blue) = 224+248+175=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 248 (97.27% from 255 or 38.33% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F8AF is #1F0750. Grayscale: #E8E8E8. Windows color (decimal): -2033489 or 11532512. OLE color: 11532512.

HSL color Cylindrical-coordinate representation of color #E0F8AF: hue angle of 79.73º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0F8AF is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB224248175-
CMYK0.1000.290.03
HSL79.73º83.91%82.94%-
HSV(B)79.73º29.44%97.25%-
XYZ72.0586.0853.37-
YUV232.595.55121.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.62%
GREEN value IS 248 (97.27% from 255) = 38.33%
BLUE value IS 175 (68.75% from 255) = 27.05%
R=34.62%
G=38.33%
B=27.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242481750.1000.290.0379.7383.9182.94
HexE0F8AFA01D3505453
Octal340370257120353120124123
Binary111000001111100010101111101001110111101000010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F8AF; }

 p { color: rgb(224,248,175); }

 H1.HeaderClassName
 {
   color: #E0F8AF;
 }
 .AnyTagClassName
 {
   color: #E0F8AF;
 }
</style>
background-color css

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

 a { background-color: rgb(224,248,175); }

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

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

 span { border-color: rgb(224,248,175); }

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