Html Css Color HEX #EDF5BE Chiffon

📋 copy color: '#EDF5BE'

red 237 ◦ green 245 ◦ blue 190

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

Shades of Chiffon #EDF5BE

Tints of Chiffon #EDF5BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 28.27%

R = 35.27%
G = 36.46%
B = 28.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#EDF5BE (or 0xEDF5BE) is known color: Chiffon. HEX triplet: ED, F5 and BE. RGB value is (237,245,190). Sum of RGB (Red+Green+Blue) = 237+245+190=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 190 (74.61% from 255 or 28.27% from 672); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5BE is #120A41. Grayscale: #ECECEC. Windows color (decimal): -1182274 or 12514797. OLE color: 12514797.

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

Color convert

RGB 237 245 190 -
CMYK 0.03 0 0.22 0.04
HSL 68.73º 0.73% 0.85% -
HSV(B) 68.73º 0.22% 0.96% -
XYZ 76.87 87.03 61.46 -
YUV 236.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 237 245 190 0.03 0 0.22 0.04 68.73 0.73 0.85
Hex ED F5 BE 3 0 16 4 45 49 55
Octal 355 365 276 3 0 26 4 105 111 125
Binary 11101101 11110101 10111110 11 0 10110 100 1000101 1001001 1010101

Color Harmonies of #EDF5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5BE

Black with #EDF5BE

Text Example


Text Example

White with #EDF5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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