Html Css Color HEX #EDC055 Cream Can

📋 copy color: '#EDC055'

red 237 ◦ green 192 ◦ blue 85

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

Shades of Cream Can #EDC055

Tints of Cream Can #EDC055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.54%

R = 46.11%
G = 37.35%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDC055 (or 0xEDC055) is known color: Cream Can. HEX triplet: ED, C0 and 55. RGB value is (237,192,85). Sum of RGB (Red+Green+Blue) = 237+192+85=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC055 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC055 is #123FAA. Grayscale: #C1C1C1. Windows color (decimal): -1195947 or 5619949. OLE color: 5619949.

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

Color convert

RGB 237 192 85 -
CMYK 0 0.19 0.64 0.07
HSL 42.24º 0.81% 0.63% -
HSV(B) 42.24º 0.64% 0.93% -
XYZ 55.41 56.36 16.55 -
YUV 193.26 66.91 159.2 -
System Red Green Blue C M Y K H S L
Decimal 237 192 85 0 0.19 0.64 0.07 42.24 0.81 0.63
Hex ED C0 55 0 13 40 7 2A 51 3F
Octal 355 300 125 0 23 100 7 52 121 77
Binary 11101101 11000000 1010101 0 10011 1000000 111 101010 1010001 111111

Color Harmonies of #EDC055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC055

Black with #EDC055

Text Example


Text Example

White with #EDC055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC055; }

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

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

background-color css

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

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

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

border-color css

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

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

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