Html Css Color HEX #EDC253 Cream Can

📋 copy color: '#EDC253'

red 237 ◦ green 194 ◦ blue 83

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

Shades of Cream Can #EDC253

Tints of Cream Can #EDC253

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.74%

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

R = 46.11%
G = 37.74%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDC253 (or 0xEDC253) is known color: Cream Can. HEX triplet: ED, C2 and 53. RGB value is (237,194,83). Sum of RGB (Red+Green+Blue) = 237+194+83=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC253 is #123DAC. Grayscale: #C2C2C2. Windows color (decimal): -1195437 or 5489389. OLE color: 5489389.

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

Color convert

RGB 237 194 83 -
CMYK 0 0.18 0.65 0.07
HSL 43.25º 0.81% 0.63% -
HSV(B) 43.25º 0.65% 0.93% -
XYZ 55.78 57.21 16.29 -
YUV 194.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 237 194 83 0 0.18 0.65 0.07 43.25 0.81 0.63
Hex ED C2 53 0 12 41 7 2B 51 3F
Octal 355 302 123 0 22 101 7 53 121 77
Binary 11101101 11000010 1010011 0 10010 1000001 111 101011 1010001 111111

Color Harmonies of #EDC253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC253

Black with #EDC253

Text Example


Text Example

White with #EDC253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC253; }

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

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

background-color css

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

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

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

border-color css

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

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

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