Html Css Color HEX #EDF6BA Chiffon

📋 copy color: '#EDF6BA'

red 237 ◦ green 246 ◦ blue 186

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

Shades of Chiffon #EDF6BA

Tints of Chiffon #EDF6BA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.77%

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

R = 35.43%
G = 36.77%
B = 27.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#EDF6BA (or 0xEDF6BA) is known color: Chiffon. HEX triplet: ED, F6 and BA. RGB value is (237,246,186). Sum of RGB (Red+Green+Blue) = 237+246+186=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 186 (73.05% from 255 or 27.80% from 669); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6BA is #120945. Grayscale: #ECECEC. Windows color (decimal): -1182022 or 12252909. OLE color: 12252909.

HSL color Cylindrical-coordinate representation of color #EDF6BA: hue angle of 69º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDF6BA is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 186 -
CMYK 0.04 0 0.24 0.04
HSL 69º 0.77% 0.85% -
HSV(B) 69º 0.24% 0.96% -
XYZ 76.74 87.46 59.29 -
YUV 236.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 237 246 186 0.04 0 0.24 0.04 69 0.77 0.85
Hex ED F6 BA 4 0 18 4 45 4D 55
Octal 355 366 272 4 0 30 4 105 115 125
Binary 11101101 11110110 10111010 100 0 11000 100 1000101 1001101 1010101

Color Harmonies of #EDF6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF6BA

Black with #EDF6BA

Text Example


Text Example

White with #EDF6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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