Html Css Color HEX #EDEFB6 Chiffon

📋 copy color: '#EDEFB6'

red 237 ◦ green 239 ◦ blue 182

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

Shades of Chiffon #EDEFB6

Tints of Chiffon #EDEFB6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.32%

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

R = 36.02%
G = 36.32%
B = 27.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EDEFB6 (or 0xEDEFB6) is known color: Chiffon. HEX triplet: ED, EF and B6. RGB value is (237,239,182). Sum of RGB (Red+Green+Blue) = 237+239+182=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 182 (71.48% from 255 or 27.66% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFB6 is #121049. Grayscale: #E8E8E8. Windows color (decimal): -1183818 or 11988973. OLE color: 11988973.

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

Color convert

RGB 237 239 182 -
CMYK 0.01 0 0.24 0.06
HSL 62.11º 0.64% 0.83% -
HSV(B) 62.11º 0.24% 0.94% -
XYZ 74.24 83.11 56.39 -
YUV 231.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 237 239 182 0.01 0 0.24 0.06 62.11 0.64 0.83
Hex ED EF B6 1 0 18 6 3E 40 53
Octal 355 357 266 1 0 30 6 76 100 123
Binary 11101101 11101111 10110110 1 0 11000 110 111110 1000000 1010011

Color Harmonies of #EDEFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFB6

Black with #EDEFB6

Text Example


Text Example

White with #EDEFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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