Html Css Color HEX #EDF8BA Chiffon

📋 copy color: '#EDF8BA'

red 237 ◦ green 248 ◦ blue 186

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

Shades of Chiffon #EDF8BA

Tints of Chiffon #EDF8BA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.96%

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

R = 35.32%
G = 36.96%
B = 27.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#EDF8BA (or 0xEDF8BA) is known color: Chiffon. HEX triplet: ED, F8 and BA. RGB value is (237,248,186). Sum of RGB (Red+Green+Blue) = 237+248+186=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 186 (73.05% from 255 or 27.72% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8BA is #120745. Grayscale: #EDEDED. Windows color (decimal): -1181510 or 12253421. OLE color: 12253421.

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

Color convert

RGB 237 248 186 -
CMYK 0.04 0 0.25 0.03
HSL 70.65º 0.82% 0.85% -
HSV(B) 70.65º 0.25% 0.97% -
XYZ 77.36 88.68 59.5 -
YUV 237.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 237 248 186 0.04 0 0.25 0.03 70.65 0.82 0.85
Hex ED F8 BA 4 0 19 3 47 52 55
Octal 355 370 272 4 0 31 3 107 122 125
Binary 11101101 11111000 10111010 100 0 11001 11 1000111 1010010 1010101

Color Harmonies of #EDF8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF8BA

Black with #EDF8BA

Text Example


Text Example

White with #EDF8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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