Html Css Color HEX #EDC45D Cream Can

📋 copy color: '#EDC45D'

red 237 ◦ green 196 ◦ blue 93

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

Shades of Cream Can #EDC45D

Tints of Cream Can #EDC45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.68%

R = 45.06%
G = 37.26%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDC45D (or 0xEDC45D) is known color: Cream Can. HEX triplet: ED, C4 and 5D. RGB value is (237,196,93). Sum of RGB (Red+Green+Blue) = 237+196+93=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC45D is #123BA2. Grayscale: #C4C4C4. Windows color (decimal): -1194915 or 6145261. OLE color: 6145261.

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

Color convert

RGB 237 196 93 -
CMYK 0 0.17 0.61 0.07
HSL 42.92º 0.8% 0.65% -
HSV(B) 42.92º 0.61% 0.93% -
XYZ 56.64 58.27 18.62 -
YUV 196.52 69.58 156.88 -
System Red Green Blue C M Y K H S L
Decimal 237 196 93 0 0.17 0.61 0.07 42.92 0.8 0.65
Hex ED C4 5D 0 11 3D 7 2B 50 41
Octal 355 304 135 0 21 75 7 53 120 101
Binary 11101101 11000100 1011101 0 10001 111101 111 101011 1010000 1000001

Color Harmonies of #EDC45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC45D

Black with #EDC45D

Text Example


Text Example

White with #EDC45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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