Html Css Color HEX #EDF0BF Chiffon

📋 copy color: '#EDF0BF'

red 237 ◦ green 240 ◦ blue 191

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

Shades of Chiffon #EDF0BF

Tints of Chiffon #EDF0BF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.93%

 BLUE value IS 191 (75% from 255) = 28.59%

R = 35.48%
G = 35.93%
B = 28.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EDF0BF (or 0xEDF0BF) is known color: Chiffon. HEX triplet: ED, F0 and BF. RGB value is (237,240,191). Sum of RGB (Red+Green+Blue) = 237+240+191=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 191 (75% from 255 or 28.59% from 668); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0BF is #120F40. Grayscale: #E9E9E9. Windows color (decimal): -1183553 or 12579053. OLE color: 12579053.

HSL color Cylindrical-coordinate representation of color #EDF0BF: hue angle of 63.67º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDF0BF is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 191 -
CMYK 0.01 0 0.20 0.06
HSL 63.67º 0.62% 0.85% -
HSV(B) 63.67º 0.2% 0.94% -
XYZ 75.49 84.09 61.54 -
YUV 233.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 237 240 191 0.01 0 0.20 0.06 63.67 0.62 0.85
Hex ED F0 BF 1 0 14 6 40 3E 55
Octal 355 360 277 1 0 24 6 100 76 125
Binary 11101101 11110000 10111111 1 0 10100 110 1000000 111110 1010101

Color Harmonies of #EDF0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0BF

Black with #EDF0BF

Text Example


Text Example

White with #EDF0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0BF; }

 p { color: rgb(237,240,191); }

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

background-color css

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

 a { background-color: rgb(237,240,191); }

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

border-color css

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

 span { border-color: rgb(237,240,191); }

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