Html Css Color HEX #EDF1BA Chiffon

📋 copy color: '#EDF1BA'

red 237 ◦ green 241 ◦ blue 186

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

Shades of Chiffon #EDF1BA

Tints of Chiffon #EDF1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.3%

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

R = 35.69%
G = 36.3%
B = 28.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#EDF1BA (or 0xEDF1BA) is known color: Chiffon. HEX triplet: ED, F1 and BA. RGB value is (237,241,186). Sum of RGB (Red+Green+Blue) = 237+241+186=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 186 (73.05% from 255 or 28.01% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1BA is #120E45. Grayscale: #E9E9E9. Windows color (decimal): -1183302 or 12251629. OLE color: 12251629.

HSL color Cylindrical-coordinate representation of color #EDF1BA: hue angle of 64.36º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDF1BA is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 186 -
CMYK 0.02 0 0.23 0.05
HSL 64.36º 0.66% 0.84% -
HSV(B) 64.36º 0.23% 0.95% -
XYZ 75.24 84.46 58.79 -
YUV 233.53 101.17 130.47 -
System Red Green Blue C M Y K H S L
Decimal 237 241 186 0.02 0 0.23 0.05 64.36 0.66 0.84
Hex ED F1 BA 2 0 17 5 40 42 54
Octal 355 361 272 2 0 27 5 100 102 124
Binary 11101101 11110001 10111010 10 0 10111 101 1000000 1000010 1010100

Color Harmonies of #EDF1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1BA

Black with #EDF1BA

Text Example


Text Example

White with #EDF1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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