Html Css Color HEX #EDFAB8 Chiffon

📋 copy color: '#EDFAB8'

red 237 ◦ green 250 ◦ blue 184

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

Shades of Chiffon #EDFAB8

Tints of Chiffon #EDFAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 27.42%

R = 35.32%
G = 37.26%
B = 27.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#EDFAB8 (or 0xEDFAB8) is known color: Chiffon. HEX triplet: ED, FA and B8. RGB value is (237,250,184). Sum of RGB (Red+Green+Blue) = 237+250+184=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 184 (72.27% from 255 or 27.42% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAB8 is #120547. Grayscale: #EEEEEE. Windows color (decimal): -1181000 or 12122861. OLE color: 12122861.

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

Color convert

RGB 237 250 184 -
CMYK 0.05 0 0.26 0.02
HSL 71.82º 0.87% 0.85% -
HSV(B) 71.82º 0.26% 0.98% -
XYZ 77.76 89.84 58.59 -
YUV 238.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 237 250 184 0.05 0 0.26 0.02 71.82 0.87 0.85
Hex ED FA B8 5 0 1A 2 48 57 55
Octal 355 372 270 5 0 32 2 110 127 125
Binary 11101101 11111010 10111000 101 0 11010 10 1001000 1010111 1010101

Color Harmonies of #EDFAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAB8

Black with #EDFAB8

Text Example


Text Example

White with #EDFAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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