Html Css Color HEX #EDC245 Cream Can

📋 copy color: '#EDC245'

red 237 ◦ green 194 ◦ blue 69

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

Shades of Cream Can #EDC245

Tints of Cream Can #EDC245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.8%

R = 47.4%
G = 38.8%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDC245 (or 0xEDC245) is known color: Cream Can. HEX triplet: ED, C2 and 45. RGB value is (237,194,69). Sum of RGB (Red+Green+Blue) = 237+194+69=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC245 is #123DBA. Grayscale: #C1C1C1. Windows color (decimal): -1195451 or 4571885. OLE color: 4571885.

HSL color Cylindrical-coordinate representation of color #EDC245: hue angle of 44.64º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDC245 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 194 69 -
CMYK 0 0.18 0.71 0.07
HSL 44.64º 0.82% 0.6% -
HSV(B) 44.64º 0.71% 0.93% -
XYZ 55.29 57.02 13.72 -
YUV 192.61 58.25 159.66 -
System Red Green Blue C M Y K H S L
Decimal 237 194 69 0 0.18 0.71 0.07 44.64 0.82 0.6
Hex ED C2 45 0 12 47 7 2D 52 3C
Octal 355 302 105 0 22 107 7 55 122 74
Binary 11101101 11000010 1000101 0 10010 1000111 111 101101 1010010 111100

Color Harmonies of #EDC245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC245

Black with #EDC245

Text Example


Text Example

White with #EDC245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC245; }

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

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

background-color css

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

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

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

border-color css

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

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

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