Html Css Color HEX #EDFAB7 Chiffon

📋 copy color: '#EDFAB7'

red 237 ◦ green 250 ◦ blue 183

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

Shades of Chiffon #EDFAB7

Tints of Chiffon #EDFAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 27.31%

R = 35.37%
G = 37.31%
B = 27.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#EDFAB7 (or 0xEDFAB7) is known color: Chiffon. HEX triplet: ED, FA and B7. RGB value is (237,250,183). Sum of RGB (Red+Green+Blue) = 237+250+183=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 183 (71.88% from 255 or 27.31% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAB7 is #120548. Grayscale: #EEEEEE. Windows color (decimal): -1181001 or 12057325. OLE color: 12057325.

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

Color convert

RGB 237 250 183 -
CMYK 0.05 0 0.27 0.02
HSL 71.64º 0.87% 0.85% -
HSV(B) 71.64º 0.27% 0.98% -
XYZ 77.66 89.79 58.04 -
YUV 238.48 96.69 126.95 -
System Red Green Blue C M Y K H S L
Decimal 237 250 183 0.05 0 0.27 0.02 71.64 0.87 0.85
Hex ED FA B7 5 0 1B 2 48 57 55
Octal 355 372 267 5 0 33 2 110 127 125
Binary 11101101 11111010 10110111 101 0 11011 10 1001000 1010111 1010101

Color Harmonies of #EDFAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAB7

Black with #EDFAB7

Text Example


Text Example

White with #EDFAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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