Html Css Color HEX #EDFAB6 Chiffon

📋 copy color: '#EDFAB6'

red 237 ◦ green 250 ◦ blue 182

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

Shades of Chiffon #EDFAB6

Tints of Chiffon #EDFAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 27.2%

R = 35.43%
G = 37.37%
B = 27.2%

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

#EDFAB6 (or 0xEDFAB6) is known color: Chiffon. HEX triplet: ED, FA and B6. RGB value is (237,250,182). Sum of RGB (Red+Green+Blue) = 237+250+182=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 182 (71.48% from 255 or 27.20% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAB6 is #120549. Grayscale: #EEEEEE. Windows color (decimal): -1181002 or 11991789. OLE color: 11991789.

HSL color Cylindrical-coordinate representation of color #EDFAB6: hue angle of 71.47º 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 #EDFAB6 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 250 182 -
CMYK 0.05 0 0.27 0.02
HSL 71.47º 0.87% 0.85% -
HSV(B) 71.47º 0.27% 0.98% -
XYZ 77.55 89.75 57.49 -
YUV 238.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 237 250 182 0.05 0 0.27 0.02 71.47 0.87 0.85
Hex ED FA B6 5 0 1B 2 47 57 55
Octal 355 372 266 5 0 33 2 107 127 125
Binary 11101101 11111010 10110110 101 0 11011 10 1000111 1010111 1010101

Color Harmonies of #EDFAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAB6

Black with #EDFAB6

Text Example


Text Example

White with #EDFAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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