Html Css Color HEX #EDC753 Cream Can

📋 copy color: '#EDC753'

red 237 ◦ green 199 ◦ blue 83

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

Shades of Cream Can #EDC753

Tints of Cream Can #EDC753

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.34%

 BLUE value IS 83 (32.81% from 255) = 15.99%

R = 45.66%
G = 38.34%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDC753 (or 0xEDC753) is known color: Cream Can. HEX triplet: ED, C7 and 53. RGB value is (237,199,83). Sum of RGB (Red+Green+Blue) = 237+199+83=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC753 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC753 is #1238AC. Grayscale: #C5C5C5. Windows color (decimal): -1194157 or 5490669. OLE color: 5490669.

HSL color Cylindrical-coordinate representation of color #EDC753: hue angle of 45.19º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDC753 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 199 83 -
CMYK 0 0.16 0.65 0.07
HSL 45.19º 0.81% 0.63% -
HSV(B) 45.19º 0.65% 0.93% -
XYZ 56.91 59.48 16.66 -
YUV 197.14 63.59 156.43 -
System Red Green Blue C M Y K H S L
Decimal 237 199 83 0 0.16 0.65 0.07 45.19 0.81 0.63
Hex ED C7 53 0 10 41 7 2D 51 3F
Octal 355 307 123 0 20 101 7 55 121 77
Binary 11101101 11000111 1010011 0 10000 1000001 111 101101 1010001 111111

Color Harmonies of #EDC753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC753

Black with #EDC753

Text Example


Text Example

White with #EDC753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC753; }

 p { color: rgb(237,199,83); }

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

background-color css

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

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

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

border-color css

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

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

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