Html Css Color HEX #EDFEBA Chiffon

📋 copy color: '#EDFEBA'

red 237 ◦ green 254 ◦ blue 186

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

Shades of Chiffon #EDFEBA

Tints of Chiffon #EDFEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.52%

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

R = 35.01%
G = 37.52%
B = 27.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#EDFEBA (or 0xEDFEBA) is known color: Chiffon. HEX triplet: ED, FE and BA. RGB value is (237,254,186). Sum of RGB (Red+Green+Blue) = 237+254+186=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 186 (73.05% from 255 or 27.47% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEBA is #120145. Grayscale: #F1F1F1. Windows color (decimal): -1179974 or 12254957. OLE color: 12254957.

HSL color Cylindrical-coordinate representation of color #EDFEBA: hue angle of 75º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDFEBA is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 186 -
CMYK 0.07 0 0.27 0.00
HSL 75º 0.97% 0.86% -
HSV(B) 75º 0.27% 1% -
XYZ 79.23 92.43 60.12 -
YUV 241.17 96.87 125.03 -
System Red Green Blue C M Y K H S L
Decimal 237 254 186 0.07 0 0.27 0.00 75 0.97 0.86
Hex ED FE BA 7 0 1B 0 4B 61 56
Octal 355 376 272 7 0 33 0 113 141 126
Binary 11101101 11111110 10111010 111 0 11011 0 1001011 1100001 1010110

Color Harmonies of #EDFEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFEBA

Black with #EDFEBA

Text Example


Text Example

White with #EDFEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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