Html Css Color HEX #EDFEB6 Chiffon

📋 copy color: '#EDFEB6'

red 237 ◦ green 254 ◦ blue 182

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

Shades of Chiffon #EDFEB6

Tints of Chiffon #EDFEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 27.04%

R = 35.22%
G = 37.74%
B = 27.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#EDFEB6 (or 0xEDFEB6) is known color: Chiffon. HEX triplet: ED, FE and B6. RGB value is (237,254,182). Sum of RGB (Red+Green+Blue) = 237+254+182=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 182 (71.48% from 255 or 27.04% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEB6 is #120149. Grayscale: #F0F0F0. Windows color (decimal): -1179978 or 11992813. OLE color: 11992813.

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

Color convert

RGB 237 254 182 -
CMYK 0.07 0 0.28 0.00
HSL 74.17º 0.97% 0.85% -
HSV(B) 74.17º 0.28% 1% -
XYZ 78.81 92.27 57.91 -
YUV 240.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 237 254 182 0.07 0 0.28 0.00 74.17 0.97 0.85
Hex ED FE B6 7 0 1C 0 4A 61 55
Octal 355 376 266 7 0 34 0 112 141 125
Binary 11101101 11111110 10110110 111 0 11100 0 1001010 1100001 1010101

Color Harmonies of #EDFEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFEB6

Black with #EDFEB6

Text Example


Text Example

White with #EDFEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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