Html Css Color HEX #EDFAB5 Chiffon

📋 copy color: '#EDFAB5'

red 237 ◦ green 250 ◦ blue 181

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

Shades of Chiffon #EDFAB5

Tints of Chiffon #EDFAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 27.1%

R = 35.48%
G = 37.43%
B = 27.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#EDFAB5 (or 0xEDFAB5) is known color: Chiffon. HEX triplet: ED, FA and B5. RGB value is (237,250,181). Sum of RGB (Red+Green+Blue) = 237+250+181=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 181 (71.09% from 255 or 27.10% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAB5 is #12054A. Grayscale: #EEEEEE. Windows color (decimal): -1181003 or 11926253. OLE color: 11926253.

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

Color convert

RGB 237 250 181 -
CMYK 0.05 0 0.28 0.02
HSL 71.3º 0.87% 0.85% -
HSV(B) 71.3º 0.28% 0.98% -
XYZ 77.45 89.71 56.95 -
YUV 238.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 237 250 181 0.05 0 0.28 0.02 71.3 0.87 0.85
Hex ED FA B5 5 0 1C 2 47 57 55
Octal 355 372 265 5 0 34 2 107 127 125
Binary 11101101 11111010 10110101 101 0 11100 10 1000111 1010111 1010101

Color Harmonies of #EDFAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAB5

Black with #EDFAB5

Text Example


Text Example

White with #EDFAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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