Html Css Color HEX #EDC453 Cream Can

📋 copy color: '#EDC453'

red 237 ◦ green 196 ◦ blue 83

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

Shades of Cream Can #EDC453

Tints of Cream Can #EDC453

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.98%

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

R = 45.93%
G = 37.98%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDC453 (or 0xEDC453) is known color: Cream Can. HEX triplet: ED, C4 and 53. RGB value is (237,196,83). Sum of RGB (Red+Green+Blue) = 237+196+83=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC453 is #123BAC. Grayscale: #C3C3C3. Windows color (decimal): -1194925 or 5489901. OLE color: 5489901.

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

Color convert

RGB 237 196 83 -
CMYK 0 0.17 0.65 0.07
HSL 44.03º 0.81% 0.63% -
HSV(B) 44.03º 0.65% 0.93% -
XYZ 56.23 58.11 16.44 -
YUV 195.38 64.58 157.69 -
System Red Green Blue C M Y K H S L
Decimal 237 196 83 0 0.17 0.65 0.07 44.03 0.81 0.63
Hex ED C4 53 0 11 41 7 2C 51 3F
Octal 355 304 123 0 21 101 7 54 121 77
Binary 11101101 11000100 1010011 0 10001 1000001 111 101100 1010001 111111

Color Harmonies of #EDC453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC453

Black with #EDC453

Text Example


Text Example

White with #EDC453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC453; }

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

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

background-color css

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

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

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

border-color css

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

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

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