Html Css Color HEX #EDFAE0 Panache

📋 copy color: '#EDFAE0'

red 237 ◦ green 250 ◦ blue 224

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

Shades of Panache #EDFAE0

Tints of Panache #EDFAE0

RGB

 RED value IS 237 (92.97% from 255) = 33.33%

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

 BLUE value IS 224 (87.89% from 255) = 31.5%

R = 33.33%
G = 35.16%
B = 31.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#EDFAE0 (or 0xEDFAE0) is known color: Panache. HEX triplet: ED, FA and E0. RGB value is (237,250,224). Sum of RGB (Red+Green+Blue) = 237+250+224=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 224 (87.89% from 255 or 31.50% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAE0 is #12051F. Grayscale: #F3F3F3. Windows color (decimal): -1180960 or 14744301. OLE color: 14744301.

HSL color Cylindrical-coordinate representation of color #EDFAE0: hue angle of 90º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDFAE0 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 250 224 -
CMYK 0.05 0 0.10 0.02
HSL 90º 0.72% 0.93% -
HSV(B) 90º 0.1% 0.98% -
XYZ 82.57 91.76 83.88 -
YUV 243.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 237 250 224 0.05 0 0.10 0.02 90 0.72 0.93
Hex ED FA E0 5 0 A 2 5A 48 5D
Octal 355 372 340 5 0 12 2 132 110 135
Binary 11101101 11111010 11100000 101 0 1010 10 1011010 1001000 1011101

Color Harmonies of #EDFAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAE0

Black with #EDFAE0

Text Example


Text Example

White with #EDFAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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