Html Css Color HEX #EDF9BA Chiffon

📋 copy color: '#EDF9BA'

red 237 ◦ green 249 ◦ blue 186

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

Shades of Chiffon #EDF9BA

Tints of Chiffon #EDF9BA

RGB

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

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

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

R = 35.27%
G = 37.05%
B = 27.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#EDF9BA (or 0xEDF9BA) is known color: Chiffon. HEX triplet: ED, F9 and BA. RGB value is (237,249,186). Sum of RGB (Red+Green+Blue) = 237+249+186=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 186 (73.05% from 255 or 27.68% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9BA is #120645. Grayscale: #EEEEEE. Windows color (decimal): -1181254 or 12253677. OLE color: 12253677.

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

Color convert

RGB 237 249 186 -
CMYK 0.05 0 0.25 0.02
HSL 71.43º 0.84% 0.85% -
HSV(B) 71.43º 0.25% 0.98% -
XYZ 77.66 89.3 59.6 -
YUV 238.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 237 249 186 0.05 0 0.25 0.02 71.43 0.84 0.85
Hex ED F9 BA 5 0 19 2 47 54 55
Octal 355 371 272 5 0 31 2 107 124 125
Binary 11101101 11111001 10111010 101 0 11001 10 1000111 1010100 1010101

Color Harmonies of #EDF9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9BA

Black with #EDF9BA

Text Example


Text Example

White with #EDF9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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