Html Css Color HEX #EDF5B5 Chiffon

📋 copy color: '#EDF5B5'

red 237 ◦ green 245 ◦ blue 181

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

Shades of Chiffon #EDF5B5

Tints of Chiffon #EDF5B5

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.95%

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

R = 35.75%
G = 36.95%
B = 27.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#EDF5B5 (or 0xEDF5B5) is known color: Chiffon. HEX triplet: ED, F5 and B5. RGB value is (237,245,181). Sum of RGB (Red+Green+Blue) = 237+245+181=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 181 (71.09% from 255 or 27.30% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5B5 is #120A4A. Grayscale: #EBEBEB. Windows color (decimal): -1182283 or 11924973. OLE color: 11924973.

HSL color Cylindrical-coordinate representation of color #EDF5B5: hue angle of 67.5º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDF5B5 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 181 -
CMYK 0.03 0 0.26 0.04
HSL 67.5º 0.76% 0.84% -
HSV(B) 67.5º 0.26% 0.96% -
XYZ 75.92 86.65 56.44 -
YUV 235.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 237 245 181 0.03 0 0.26 0.04 67.5 0.76 0.84
Hex ED F5 B5 3 0 1A 4 44 4C 54
Octal 355 365 265 3 0 32 4 104 114 124
Binary 11101101 11110101 10110101 11 0 11010 100 1000100 1001100 1010100

Color Harmonies of #EDF5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5B5

Black with #EDF5B5

Text Example


Text Example

White with #EDF5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF5B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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