Html Css Color HEX #EDF5BA Chiffon

📋 copy color: '#EDF5BA'

red 237 ◦ green 245 ◦ blue 186

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

Shades of Chiffon #EDF5BA

Tints of Chiffon #EDF5BA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.68%

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

R = 35.48%
G = 36.68%
B = 27.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#EDF5BA (or 0xEDF5BA) is known color: Chiffon. HEX triplet: ED, F5 and BA. RGB value is (237,245,186). Sum of RGB (Red+Green+Blue) = 237+245+186=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 245 (96.09% from 255 or 36.68% from 668); Blue value is 186 (73.05% from 255 or 27.84% from 668); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5BA is #120A45. Grayscale: #ECECEC. Windows color (decimal): -1182278 or 12252653. OLE color: 12252653.

HSL color Cylindrical-coordinate representation of color #EDF5BA: hue angle of 68.14º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDF5BA is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 186 -
CMYK 0.03 0 0.24 0.04
HSL 68.14º 0.75% 0.85% -
HSV(B) 68.14º 0.24% 0.96% -
XYZ 76.44 86.85 59.19 -
YUV 235.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 237 245 186 0.03 0 0.24 0.04 68.14 0.75 0.85
Hex ED F5 BA 3 0 18 4 44 4B 55
Octal 355 365 272 3 0 30 4 104 113 125
Binary 11101101 11110101 10111010 11 0 11000 100 1000100 1001011 1010101

Color Harmonies of #EDF5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5BA

Black with #EDF5BA

Text Example


Text Example

White with #EDF5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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