Html Css Color HEX #EDC145 Cream Can

📋 copy color: '#EDC145'

red 237 ◦ green 193 ◦ blue 69

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

Shades of Cream Can #EDC145

Tints of Cream Can #EDC145

RGB

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

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

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

R = 47.49%
G = 38.68%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDC145 (or 0xEDC145) is known color: Cream Can. HEX triplet: ED, C1 and 45. RGB value is (237,193,69). Sum of RGB (Red+Green+Blue) = 237+193+69=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC145 is #123EBA. Grayscale: #C0C0C0. Windows color (decimal): -1195707 or 4571629. OLE color: 4571629.

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

Color convert

RGB 237 193 69 -
CMYK 0 0.19 0.71 0.07
HSL 44.29º 0.82% 0.6% -
HSV(B) 44.29º 0.71% 0.93% -
XYZ 55.07 56.57 13.65 -
YUV 192.02 58.58 160.08 -
System Red Green Blue C M Y K H S L
Decimal 237 193 69 0 0.19 0.71 0.07 44.29 0.82 0.6
Hex ED C1 45 0 13 47 7 2C 52 3C
Octal 355 301 105 0 23 107 7 54 122 74
Binary 11101101 11000001 1000101 0 10011 1000111 111 101100 1010010 111100

Color Harmonies of #EDC145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC145

Black with #EDC145

Text Example


Text Example

White with #EDC145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC145; }

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

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

background-color css

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

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

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

border-color css

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

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

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