Html Css Color HEX #EDFBBA Chiffon

📋 copy color: '#EDFBBA'

red 237 ◦ green 251 ◦ blue 186

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

Shades of Chiffon #EDFBBA

Tints of Chiffon #EDFBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.24%

 BLUE value IS 186 (73.05% from 255) = 27.6%

R = 35.16%
G = 37.24%
B = 27.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#EDFBBA (or 0xEDFBBA) is known color: Chiffon. HEX triplet: ED, FB and BA. RGB value is (237,251,186). Sum of RGB (Red+Green+Blue) = 237+251+186=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 186 (73.05% from 255 or 27.60% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBBA is #120445. Grayscale: #EFEFEF. Windows color (decimal): -1180742 or 12254189. OLE color: 12254189.

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

Color convert

RGB 237 251 186 -
CMYK 0.06 0 0.26 0.02
HSL 72.92º 0.89% 0.86% -
HSV(B) 72.92º 0.26% 0.98% -
XYZ 78.29 90.54 59.81 -
YUV 239.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 237 251 186 0.06 0 0.26 0.02 72.92 0.89 0.86
Hex ED FB BA 6 0 1A 2 49 59 56
Octal 355 373 272 6 0 32 2 111 131 126
Binary 11101101 11111011 10111010 110 0 11010 10 1001001 1011001 1010110

Color Harmonies of #EDFBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBBA

Black with #EDFBBA

Text Example


Text Example

White with #EDFBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBBA; }

 p { color: rgb(237,251,186); }

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

background-color css

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

 a { background-color: rgb(237,251,186); }

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

border-color css

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

 span { border-color: rgb(237,251,186); }

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