Html Css Color HEX #EDC350 Cream Can

📋 copy color: '#EDC350'

red 237 ◦ green 195 ◦ blue 80

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

Shades of Cream Can #EDC350

Tints of Cream Can #EDC350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.09%

 BLUE value IS 80 (31.64% from 255) = 15.63%

R = 46.29%
G = 38.09%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDC350 (or 0xEDC350) is known color: Cream Can. HEX triplet: ED, C3 and 50. RGB value is (237,195,80). Sum of RGB (Red+Green+Blue) = 237+195+80=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC350 is #123CAF. Grayscale: #C2C2C2. Windows color (decimal): -1195184 or 5293037. OLE color: 5293037.

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

Color convert

RGB 237 195 80 -
CMYK 0 0.18 0.66 0.07
HSL 43.95º 0.81% 0.62% -
HSV(B) 43.95º 0.66% 0.93% -
XYZ 55.89 57.61 15.76 -
YUV 194.45 63.41 158.35 -
System Red Green Blue C M Y K H S L
Decimal 237 195 80 0 0.18 0.66 0.07 43.95 0.81 0.62
Hex ED C3 50 0 12 42 7 2C 51 3E
Octal 355 303 120 0 22 102 7 54 121 76
Binary 11101101 11000011 1010000 0 10010 1000010 111 101100 1010001 111110

Color Harmonies of #EDC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC350

Black with #EDC350

Text Example


Text Example

White with #EDC350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC350; }

 p { color: rgb(237,195,80); }

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

background-color css

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

 a { background-color: rgb(237,195,80); }

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

border-color css

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

 span { border-color: rgb(237,195,80); }

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