Html Css Color HEX #EDC044 Cream Can

📋 copy color: '#EDC044'

red 237 ◦ green 192 ◦ blue 68

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

Shades of Cream Can #EDC044

Tints of Cream Can #EDC044

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.63%

 BLUE value IS 68 (26.95% from 255) = 13.68%

R = 47.69%
G = 38.63%
B = 13.68%

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

#EDC044 (or 0xEDC044) is known color: Cream Can. HEX triplet: ED, C0 and 44. RGB value is (237,192,68). Sum of RGB (Red+Green+Blue) = 237+192+68=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 68 (26.95% from 255 or 13.68% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC044 is #123FBB. Grayscale: #BFBFBF. Windows color (decimal): -1195964 or 4505837. OLE color: 4505837.

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

Color convert

RGB 237 192 68 -
CMYK 0 0.19 0.71 0.07
HSL 44.02º 0.82% 0.6% -
HSV(B) 44.02º 0.71% 0.93% -
XYZ 54.82 56.12 13.41 -
YUV 191.32 58.41 160.58 -
System Red Green Blue C M Y K H S L
Decimal 237 192 68 0 0.19 0.71 0.07 44.02 0.82 0.6
Hex ED C0 44 0 13 47 7 2C 52 3C
Octal 355 300 104 0 23 107 7 54 122 74
Binary 11101101 11000000 1000100 0 10011 1000111 111 101100 1010010 111100

Color Harmonies of #EDC044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC044

Black with #EDC044

Text Example


Text Example

White with #EDC044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC044; }

 p { color: rgb(237,192,68); }

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

background-color css

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

 a { background-color: rgb(237,192,68); }

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

border-color css

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

 span { border-color: rgb(237,192,68); }

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