Html Css Color HEX #EDF0BA Chiffon

📋 copy color: '#EDF0BA'

red 237 ◦ green 240 ◦ blue 186

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

Shades of Chiffon #EDF0BA

Tints of Chiffon #EDF0BA

RGB

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

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

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

R = 35.75%
G = 36.2%
B = 28.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EDF0BA (or 0xEDF0BA) is known color: Chiffon. HEX triplet: ED, F0 and BA. RGB value is (237,240,186). Sum of RGB (Red+Green+Blue) = 237+240+186=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 186 (73.05% from 255 or 28.05% from 663); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0BA is #120F45. Grayscale: #E9E9E9. Windows color (decimal): -1183558 or 12251373. OLE color: 12251373.

HSL color Cylindrical-coordinate representation of color #EDF0BA: hue angle of 63.33º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDF0BA is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 186 -
CMYK 0.01 0 0.22 0.06
HSL 63.33º 0.64% 0.84% -
HSV(B) 63.33º 0.23% 0.94% -
XYZ 74.95 83.87 58.69 -
YUV 232.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 237 240 186 0.01 0 0.22 0.06 63.33 0.64 0.84
Hex ED F0 BA 1 0 16 6 3F 40 54
Octal 355 360 272 1 0 26 6 77 100 124
Binary 11101101 11110000 10111010 1 0 10110 110 111111 1000000 1010100

Color Harmonies of #EDF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0BA

Black with #EDF0BA

Text Example


Text Example

White with #EDF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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