Html Css Color HEX #E0FAAF Reef

📋 copy color: '#E0FAAF'

red 224 ◦ green 250 ◦ blue 175

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

Shades of Reef #E0FAAF

Tints of Reef #E0FAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.52%

 BLUE value IS 175 (68.75% from 255) = 26.96%

R = 34.51%
G = 38.52%
B = 26.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#E0FAAF (or 0xE0FAAF) is known color: Reef. HEX triplet: E0, FA and AF. RGB value is (224,250,175). Sum of RGB (Red+Green+Blue) = 224+250+175=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FAAF is #1F0550. Grayscale: #E9E9E9. Windows color (decimal): -2032977 or 11533024. OLE color: 11533024.

HSL color Cylindrical-coordinate representation of color #E0FAAF: hue angle of 80.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0FAAF is Cyan = 0.10, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 250 175 -
CMYK 0.10 0 0.3 0.02
HSL 80.8º 0.88% 0.83% -
HSV(B) 80.8º 0.3% 0.98% -
XYZ 72.66 87.31 53.58 -
YUV 233.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 224 250 175 0.10 0 0.3 0.02 80.8 0.88 0.83
Hex E0 FA AF A 0 1E 2 51 58 53
Octal 340 372 257 12 0 36 2 121 130 123
Binary 11100000 11111010 10101111 1010 0 11110 10 1010001 1011000 1010011

Color Harmonies of #E0FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0FAAF

Black with #E0FAAF

Text Example


Text Example

White with #E0FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0FAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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