Html Css Color HEX #EDC052 Cream Can

📋 copy color: '#EDC052'

red 237 ◦ green 192 ◦ blue 82

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

Shades of Cream Can #EDC052

Tints of Cream Can #EDC052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.05%

R = 46.38%
G = 37.57%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDC052 (or 0xEDC052) is known color: Cream Can. HEX triplet: ED, C0 and 52. RGB value is (237,192,82). Sum of RGB (Red+Green+Blue) = 237+192+82=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC052 is #123FAD. Grayscale: #C1C1C1. Windows color (decimal): -1195950 or 5423341. OLE color: 5423341.

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

Color convert

RGB 237 192 82 -
CMYK 0 0.19 0.65 0.07
HSL 42.58º 0.81% 0.63% -
HSV(B) 42.58º 0.65% 0.93% -
XYZ 55.3 56.31 15.94 -
YUV 192.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 237 192 82 0 0.19 0.65 0.07 42.58 0.81 0.63
Hex ED C0 52 0 13 41 7 2B 51 3F
Octal 355 300 122 0 23 101 7 53 121 77
Binary 11101101 11000000 1010010 0 10011 1000001 111 101011 1010001 111111

Color Harmonies of #EDC052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC052

Black with #EDC052

Text Example


Text Example

White with #EDC052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC052; }

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

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

background-color css

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

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

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

border-color css

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

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

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