Html Css Color HEX #EDFCBA Chiffon

📋 copy color: '#EDFCBA'

red 237 ◦ green 252 ◦ blue 186

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

Shades of Chiffon #EDFCBA

Tints of Chiffon #EDFCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.33%

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

R = 35.11%
G = 37.33%
B = 27.56%

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

#EDFCBA (or 0xEDFCBA) is known color: Chiffon. HEX triplet: ED, FC and BA. RGB value is (237,252,186). Sum of RGB (Red+Green+Blue) = 237+252+186=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 186 (73.05% from 255 or 27.56% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCBA is #120345. Grayscale: #F0F0F0. Windows color (decimal): -1180486 or 12254445. OLE color: 12254445.

HSL color Cylindrical-coordinate representation of color #EDFCBA: hue angle of 73.64º degrees, saturation: 0.92, 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 #EDFCBA is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 186 -
CMYK 0.06 0 0.26 0.01
HSL 73.64º 0.92% 0.86% -
HSV(B) 73.64º 0.26% 0.99% -
XYZ 78.6 91.17 59.91 -
YUV 239.99 97.53 125.87 -
System Red Green Blue C M Y K H S L
Decimal 237 252 186 0.06 0 0.26 0.01 73.64 0.92 0.86
Hex ED FC BA 6 0 1A 1 4A 5C 56
Octal 355 374 272 6 0 32 1 112 134 126
Binary 11101101 11111100 10111010 110 0 11010 1 1001010 1011100 1010110

Color Harmonies of #EDFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCBA

Black with #EDFCBA

Text Example


Text Example

White with #EDFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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