Html Css Color HEX #EDF1B9 Chiffon

📋 copy color: '#EDF1B9'

red 237 ◦ green 241 ◦ blue 185

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

Shades of Chiffon #EDF1B9

Tints of Chiffon #EDF1B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 27.9%

R = 35.75%
G = 36.35%
B = 27.9%

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

#EDF1B9 (or 0xEDF1B9) is known color: Chiffon. HEX triplet: ED, F1 and B9. RGB value is (237,241,185). Sum of RGB (Red+Green+Blue) = 237+241+185=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 185 (72.66% from 255 or 27.90% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1B9 is #120E46. Grayscale: #E9E9E9. Windows color (decimal): -1183303 or 12186093. OLE color: 12186093.

HSL color Cylindrical-coordinate representation of color #EDF1B9: hue angle of 64.29º degrees, saturation: 0.67, 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 #EDF1B9 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 185 -
CMYK 0.02 0 0.23 0.05
HSL 64.29º 0.67% 0.84% -
HSV(B) 64.29º 0.23% 0.95% -
XYZ 75.14 84.42 58.23 -
YUV 233.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 237 241 185 0.02 0 0.23 0.05 64.29 0.67 0.84
Hex ED F1 B9 2 0 17 5 40 43 54
Octal 355 361 271 2 0 27 5 100 103 124
Binary 11101101 11110001 10111001 10 0 10111 101 1000000 1000011 1010100

Color Harmonies of #EDF1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1B9

Black with #EDF1B9

Text Example


Text Example

White with #EDF1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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