Html Css Color HEX #EDF4BD Chiffon

📋 copy color: '#EDF4BD'

red 237 ◦ green 244 ◦ blue 189

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

Shades of Chiffon #EDF4BD

Tints of Chiffon #EDF4BD

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.42%

 BLUE value IS 189 (74.22% from 255) = 28.21%

R = 35.37%
G = 36.42%
B = 28.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#EDF4BD (or 0xEDF4BD) is known color: Chiffon. HEX triplet: ED, F4 and BD. RGB value is (237,244,189). Sum of RGB (Red+Green+Blue) = 237+244+189=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 244 (95.70% from 255 or 36.42% from 670); Blue value is 189 (74.22% from 255 or 28.21% from 670); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4BD is #120B42. Grayscale: #EBEBEB. Windows color (decimal): -1182531 or 12449005. OLE color: 12449005.

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

Color convert

RGB 237 244 189 -
CMYK 0.03 0 0.23 0.04
HSL 67.64º 0.71% 0.85% -
HSV(B) 67.64º 0.23% 0.96% -
XYZ 76.46 86.38 60.79 -
YUV 235.64 101.68 128.97 -
System Red Green Blue C M Y K H S L
Decimal 237 244 189 0.03 0 0.23 0.04 67.64 0.71 0.85
Hex ED F4 BD 3 0 17 4 44 47 55
Octal 355 364 275 3 0 27 4 104 107 125
Binary 11101101 11110100 10111101 11 0 10111 100 1000100 1000111 1010101

Color Harmonies of #EDF4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF4BD

Black with #EDF4BD

Text Example


Text Example

White with #EDF4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF4BD; }

 p { color: rgb(237,244,189); }

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

background-color css

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

 a { background-color: rgb(237,244,189); }

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

border-color css

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

 span { border-color: rgb(237,244,189); }

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