Html Css Color HEX #EDF3BA Chiffon

📋 copy color: '#EDF3BA'

red 237 ◦ green 243 ◦ blue 186

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

Shades of Chiffon #EDF3BA

Tints of Chiffon #EDF3BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 27.93%

R = 35.59%
G = 36.49%
B = 27.93%

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

#EDF3BA (or 0xEDF3BA) is known color: Chiffon. HEX triplet: ED, F3 and BA. RGB value is (237,243,186). Sum of RGB (Red+Green+Blue) = 237+243+186=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3BA is #120C45. Grayscale: #EAEAEA. Windows color (decimal): -1182790 or 12252141. OLE color: 12252141.

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

Color convert

RGB 237 243 186 -
CMYK 0.02 0 0.23 0.05
HSL 66.32º 0.7% 0.84% -
HSV(B) 66.32º 0.23% 0.95% -
XYZ 75.84 85.65 58.99 -
YUV 234.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 237 243 186 0.02 0 0.23 0.05 66.32 0.7 0.84
Hex ED F3 BA 2 0 17 5 42 46 54
Octal 355 363 272 2 0 27 5 102 106 124
Binary 11101101 11110011 10111010 10 0 10111 101 1000010 1000110 1010100

Color Harmonies of #EDF3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF3BA

Black with #EDF3BA

Text Example


Text Example

White with #EDF3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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