Html Css Color HEX #E0F9AF Reef

📋 copy color: '#E0F9AF'

red 224 ◦ green 249 ◦ blue 175

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

Shades of Reef #E0F9AF

Tints of Reef #E0F9AF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.43%

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

R = 34.57%
G = 38.43%
B = 27.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#E0F9AF (or 0xE0F9AF) is known color: Reef. HEX triplet: E0, F9 and AF. RGB value is (224,249,175). Sum of RGB (Red+Green+Blue) = 224+249+175=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #E0F9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F9AF is #1F0650. Grayscale: #E9E9E9. Windows color (decimal): -2033233 or 11532768. OLE color: 11532768.

HSL color Cylindrical-coordinate representation of color #E0F9AF: hue angle of 80.27º degrees, saturation: 0.86, 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 #E0F9AF is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 249 175 -
CMYK 0.10 0 0.30 0.02
HSL 80.27º 0.86% 0.83% -
HSV(B) 80.27º 0.3% 0.98% -
XYZ 72.35 86.69 53.48 -
YUV 233.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 224 249 175 0.10 0 0.30 0.02 80.27 0.86 0.83
Hex E0 F9 AF A 0 1E 2 50 56 53
Octal 340 371 257 12 0 36 2 120 126 123
Binary 11100000 11111001 10101111 1010 0 11110 10 1010000 1010110 1010011

Color Harmonies of #E0F9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F9AF

Black with #E0F9AF

Text Example


Text Example

White with #E0F9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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