Html Css Color HEX #EDFABA Chiffon

📋 copy color: '#EDFABA'

red 237 ◦ green 250 ◦ blue 186

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

Shades of Chiffon #EDFABA

Tints of Chiffon #EDFABA

RGB

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

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

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

R = 35.22%
G = 37.15%
B = 27.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#EDFABA (or 0xEDFABA) is known color: Chiffon. HEX triplet: ED, FA and BA. RGB value is (237,250,186). Sum of RGB (Red+Green+Blue) = 237+250+186=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 186 (73.05% from 255 or 27.64% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFABA is #120545. Grayscale: #EFEFEF. Windows color (decimal): -1180998 or 12253933. OLE color: 12253933.

HSL color Cylindrical-coordinate representation of color #EDFABA: hue angle of 72.19º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDFABA is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 250 186 -
CMYK 0.05 0 0.26 0.02
HSL 72.19º 0.86% 0.85% -
HSV(B) 72.19º 0.26% 0.98% -
XYZ 77.97 89.92 59.7 -
YUV 238.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 237 250 186 0.05 0 0.26 0.02 72.19 0.86 0.85
Hex ED FA BA 5 0 1A 2 48 56 55
Octal 355 372 272 5 0 32 2 110 126 125
Binary 11101101 11111010 10111010 101 0 11010 10 1001000 1010110 1010101

Color Harmonies of #EDFABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFABA

Black with #EDFABA

Text Example


Text Example

White with #EDFABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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