Html Css Color HEX #EDC153 Cream Can

📋 copy color: '#EDC153'

red 237 ◦ green 193 ◦ blue 83

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

Shades of Cream Can #EDC153

Tints of Cream Can #EDC153

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.62%

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

R = 46.2%
G = 37.62%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDC153 (or 0xEDC153) is known color: Cream Can. HEX triplet: ED, C1 and 53. RGB value is (237,193,83). Sum of RGB (Red+Green+Blue) = 237+193+83=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC153 is #123EAC. Grayscale: #C2C2C2. Windows color (decimal): -1195693 or 5489133. OLE color: 5489133.

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

Color convert

RGB 237 193 83 -
CMYK 0 0.19 0.65 0.07
HSL 42.86º 0.81% 0.63% -
HSV(B) 42.86º 0.65% 0.93% -
XYZ 55.56 56.77 16.21 -
YUV 193.62 65.58 158.94 -
System Red Green Blue C M Y K H S L
Decimal 237 193 83 0 0.19 0.65 0.07 42.86 0.81 0.63
Hex ED C1 53 0 13 41 7 2B 51 3F
Octal 355 301 123 0 23 101 7 53 121 77
Binary 11101101 11000001 1010011 0 10011 1000001 111 101011 1010001 111111

Color Harmonies of #EDC153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC153

Black with #EDC153

Text Example


Text Example

White with #EDC153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC153; }

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

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

background-color css

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

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

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

border-color css

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

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

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