Html Css Color HEX #EDFDBA Chiffon

📋 copy color: '#EDFDBA'

red 237 ◦ green 253 ◦ blue 186

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

Shades of Chiffon #EDFDBA

Tints of Chiffon #EDFDBA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.43%

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

R = 35.06%
G = 37.43%
B = 27.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#EDFDBA (or 0xEDFDBA) is known color: Chiffon. HEX triplet: ED, FD and BA. RGB value is (237,253,186). Sum of RGB (Red+Green+Blue) = 237+253+186=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 186 (73.05% from 255 or 27.51% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDBA is #120245. Grayscale: #F0F0F0. Windows color (decimal): -1180230 or 12254701. OLE color: 12254701.

HSL color Cylindrical-coordinate representation of color #EDFDBA: hue angle of 74.33º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDFDBA is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 253 186 -
CMYK 0.06 0 0.26 0.01
HSL 74.33º 0.94% 0.86% -
HSV(B) 74.33º 0.26% 0.99% -
XYZ 78.91 91.8 60.01 -
YUV 240.58 97.2 125.45 -
System Red Green Blue C M Y K H S L
Decimal 237 253 186 0.06 0 0.26 0.01 74.33 0.94 0.86
Hex ED FD BA 6 0 1A 1 4A 5E 56
Octal 355 375 272 6 0 32 1 112 136 126
Binary 11101101 11111101 10111010 110 0 11010 1 1001010 1011110 1010110

Color Harmonies of #EDFDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDBA

Black with #EDFDBA

Text Example


Text Example

White with #EDFDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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