Html Css Color HEX #EDEDBC Chiffon

📋 copy color: '#EDEDBC'

red 237 ◦ green 237 ◦ blue 188

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

Shades of Chiffon #EDEDBC

Tints of Chiffon #EDEDBC

RGB

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

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

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

R = 35.8%
G = 35.8%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDEDBC (or 0xEDEDBC) is known color: Chiffon. HEX triplet: ED, ED and BC. RGB value is (237,237,188). Sum of RGB (Red+Green+Blue) = 237+237+188=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 188 (73.83% from 255 or 28.40% from 662); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDBC is #121243. Grayscale: #E7E7E7. Windows color (decimal): -1184324 or 12381677. OLE color: 12381677.

HSL color Cylindrical-coordinate representation of color #EDEDBC: hue angle of 60º 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 #EDEDBC is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 188 -
CMYK 0 0 0.21 0.07
HSL 60º 0.58% 0.83% -
HSV(B) 60º 0.21% 0.93% -
XYZ 74.29 82.2 59.53 -
YUV 231.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 237 237 188 0 0 0.21 0.07 60 0.58 0.83
Hex ED ED BC 0 0 15 7 3C 3A 53
Octal 355 355 274 0 0 25 7 74 72 123
Binary 11101101 11101101 10111100 0 0 10101 111 111100 111010 1010011

Color Harmonies of #EDEDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDBC

Black with #EDEDBC

Text Example


Text Example

White with #EDEDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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