Html Css Color HEX #EDF3B5 Chiffon

📋 copy color: '#EDF3B5'

red 237 ◦ green 243 ◦ blue 181

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

Shades of Chiffon #EDF3B5

Tints of Chiffon #EDF3B5

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.76%

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

R = 35.85%
G = 36.76%
B = 27.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#EDF3B5 (or 0xEDF3B5) is known color: Chiffon. HEX triplet: ED, F3 and B5. RGB value is (237,243,181). Sum of RGB (Red+Green+Blue) = 237+243+181=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 243 (95.31% from 255 or 36.76% from 661); Blue value is 181 (71.09% from 255 or 27.38% from 661); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3B5 is #120C4A. Grayscale: #EAEAEA. Windows color (decimal): -1182795 or 11924461. OLE color: 11924461.

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

Color convert

RGB 237 243 181 -
CMYK 0.02 0 0.26 0.05
HSL 65.81º 0.72% 0.83% -
HSV(B) 65.81º 0.26% 0.95% -
XYZ 75.32 85.44 56.24 -
YUV 234.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 237 243 181 0.02 0 0.26 0.05 65.81 0.72 0.83
Hex ED F3 B5 2 0 1A 5 42 48 53
Octal 355 363 265 2 0 32 5 102 110 123
Binary 11101101 11110011 10110101 10 0 11010 101 1000010 1001000 1010011

Color Harmonies of #EDF3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF3B5

Black with #EDF3B5

Text Example


Text Example

White with #EDF3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF3B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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