Html Css Color HEX #E6EDBC Chiffon

📋 copy color: '#E6EDBC'

red 230 ◦ green 237 ◦ blue 188

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

Shades of Chiffon #E6EDBC

Tints of Chiffon #E6EDBC

RGB

 RED value IS 230 (90.23% from 255) = 35.11%

 GREEN value IS 237 (92.97% from 255) = 36.18%

 BLUE value IS 188 (73.83% from 255) = 28.7%

R = 35.11%
G = 36.18%
B = 28.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#E6EDBC (or 0xE6EDBC) is known color: Chiffon. HEX triplet: E6, ED and BC. RGB value is (230,237,188). Sum of RGB (Red+Green+Blue) = 230+237+188=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 188 (73.83% from 255 or 28.70% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EDBC is #191243. Grayscale: #E5E5E5. Windows color (decimal): -1643076 or 12381670. OLE color: 12381670.

HSL color Cylindrical-coordinate representation of color #E6EDBC: hue angle of 68.57º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6EDBC is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 237 188 -
CMYK 0.03 0 0.21 0.07
HSL 68.57º 0.58% 0.83% -
HSV(B) 68.57º 0.21% 0.93% -
XYZ 71.99 81.02 59.42 -
YUV 229.32 104.68 128.48 -
System Red Green Blue C M Y K H S L
Decimal 230 237 188 0.03 0 0.21 0.07 68.57 0.58 0.83
Hex E6 ED BC 3 0 15 7 45 3A 53
Octal 346 355 274 3 0 25 7 105 72 123
Binary 11100110 11101101 10111100 11 0 10101 111 1000101 111010 1010011

Color Harmonies of #E6EDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EDBC

Black with #E6EDBC

Text Example


Text Example

White with #E6EDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EDBC; }

 p { color: rgb(230,237,188); }

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

background-color css

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

 a { background-color: rgb(230,237,188); }

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

border-color css

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

 span { border-color: rgb(230,237,188); }

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