Html Css Color HEX #EDFABD Chiffon

📋 copy color: '#EDFABD'

red 237 ◦ green 250 ◦ blue 189

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

Shades of Chiffon #EDFABD

Tints of Chiffon #EDFABD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.98%

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

R = 35.06%
G = 36.98%
B = 27.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#EDFABD (or 0xEDFABD) is known color: Chiffon. HEX triplet: ED, FA and BD. RGB value is (237,250,189). Sum of RGB (Red+Green+Blue) = 237+250+189=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 189 (74.22% from 255 or 27.96% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFABD is #120542. Grayscale: #EFEFEF. Windows color (decimal): -1180995 or 12450541. OLE color: 12450541.

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

Color convert

RGB 237 250 189 -
CMYK 0.05 0 0.24 0.02
HSL 72.79º 0.86% 0.86% -
HSV(B) 72.79º 0.24% 0.98% -
XYZ 78.3 90.05 61.4 -
YUV 239.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 237 250 189 0.05 0 0.24 0.02 72.79 0.86 0.86
Hex ED FA BD 5 0 18 2 49 56 56
Octal 355 372 275 5 0 30 2 111 126 126
Binary 11101101 11111010 10111101 101 0 11000 10 1001001 1010110 1010110

Color Harmonies of #EDFABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFABD

Black with #EDFABD

Text Example


Text Example

White with #EDFABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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