Html Css Color HEX #EDF9B5 Chiffon

📋 copy color: '#EDF9B5'

red 237 ◦ green 249 ◦ blue 181

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

Shades of Chiffon #EDF9B5

Tints of Chiffon #EDF9B5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.33%

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

R = 35.53%
G = 37.33%
B = 27.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#EDF9B5 (or 0xEDF9B5) is known color: Chiffon. HEX triplet: ED, F9 and B5. RGB value is (237,249,181). Sum of RGB (Red+Green+Blue) = 237+249+181=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 249 (97.66% from 255 or 37.33% from 667); Blue value is 181 (71.09% from 255 or 27.14% from 667); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9B5 is #12064A. Grayscale: #EDEDED. Windows color (decimal): -1181259 or 11925997. OLE color: 11925997.

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

Color convert

RGB 237 249 181 -
CMYK 0.05 0 0.27 0.02
HSL 70.59º 0.85% 0.84% -
HSV(B) 70.59º 0.27% 0.98% -
XYZ 77.14 89.09 56.85 -
YUV 237.66 96.02 127.53 -
System Red Green Blue C M Y K H S L
Decimal 237 249 181 0.05 0 0.27 0.02 70.59 0.85 0.84
Hex ED F9 B5 5 0 1B 2 47 55 54
Octal 355 371 265 5 0 33 2 107 125 124
Binary 11101101 11111001 10110101 101 0 11011 10 1000111 1010101 1010100

Color Harmonies of #EDF9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9B5

Black with #EDF9B5

Text Example


Text Example

White with #EDF9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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