Html Css Color HEX #EDC45C Cream Can

📋 copy color: '#EDC45C'

red 237 ◦ green 196 ◦ blue 92

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

Shades of Cream Can #EDC45C

Tints of Cream Can #EDC45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.52%

R = 45.14%
G = 37.33%
B = 17.52%

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

#EDC45C (or 0xEDC45C) is known color: Cream Can. HEX triplet: ED, C4 and 5C. RGB value is (237,196,92). Sum of RGB (Red+Green+Blue) = 237+196+92=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC45C is #123BA3. Grayscale: #C4C4C4. Windows color (decimal): -1194916 or 6079725. OLE color: 6079725.

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

Color convert

RGB 237 196 92 -
CMYK 0 0.17 0.61 0.07
HSL 43.03º 0.8% 0.65% -
HSV(B) 43.03º 0.61% 0.93% -
XYZ 56.6 58.26 18.39 -
YUV 196.4 69.08 156.96 -
System Red Green Blue C M Y K H S L
Decimal 237 196 92 0 0.17 0.61 0.07 43.03 0.8 0.65
Hex ED C4 5C 0 11 3D 7 2B 50 41
Octal 355 304 134 0 21 75 7 53 120 101
Binary 11101101 11000100 1011100 0 10001 111101 111 101011 1010000 1000001

Color Harmonies of #EDC45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC45C

Black with #EDC45C

Text Example


Text Example

White with #EDC45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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