Html Css Color HEX #EDF9B4 Chiffon

📋 copy color: '#EDF9B4'

red 237 ◦ green 249 ◦ blue 180

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

Shades of Chiffon #EDF9B4

Tints of Chiffon #EDF9B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 27.03%

R = 35.59%
G = 37.39%
B = 27.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#EDF9B4 (or 0xEDF9B4) is known color: Chiffon. HEX triplet: ED, F9 and B4. RGB value is (237,249,180). Sum of RGB (Red+Green+Blue) = 237+249+180=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 249 (97.66% from 255 or 37.39% from 666); Blue value is 180 (70.70% from 255 or 27.03% from 666); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9B4 is #12064B. Grayscale: #EDEDED. Windows color (decimal): -1181260 or 11860461. OLE color: 11860461.

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

Color convert

RGB 237 249 180 -
CMYK 0.05 0 0.28 0.02
HSL 70.43º 0.85% 0.84% -
HSV(B) 70.43º 0.28% 0.98% -
XYZ 77.04 89.05 56.31 -
YUV 237.55 95.52 127.61 -
System Red Green Blue C M Y K H S L
Decimal 237 249 180 0.05 0 0.28 0.02 70.43 0.85 0.84
Hex ED F9 B4 5 0 1C 2 46 55 54
Octal 355 371 264 5 0 34 2 106 125 124
Binary 11101101 11111001 10110100 101 0 11100 10 1000110 1010101 1010100

Color Harmonies of #EDF9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9B4

Black with #EDF9B4

Text Example


Text Example

White with #EDF9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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