Html Css Color HEX #EDC360 Cream Can

📋 copy color: '#EDC360'

red 237 ◦ green 195 ◦ blue 96

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

Shades of Cream Can #EDC360

Tints of Cream Can #EDC360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.18%

R = 44.89%
G = 36.93%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDC360 (or 0xEDC360) is known color: Cream Can. HEX triplet: ED, C3 and 60. RGB value is (237,195,96). Sum of RGB (Red+Green+Blue) = 237+195+96=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC360 is #123C9F. Grayscale: #C4C4C4. Windows color (decimal): -1195168 or 6341613. OLE color: 6341613.

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

Color convert

RGB 237 195 96 -
CMYK 0 0.18 0.59 0.07
HSL 42.13º 0.8% 0.65% -
HSV(B) 42.13º 0.59% 0.93% -
XYZ 56.55 57.88 19.26 -
YUV 196.27 71.41 157.05 -
System Red Green Blue C M Y K H S L
Decimal 237 195 96 0 0.18 0.59 0.07 42.13 0.8 0.65
Hex ED C3 60 0 12 3B 7 2A 50 41
Octal 355 303 140 0 22 73 7 52 120 101
Binary 11101101 11000011 1100000 0 10010 111011 111 101010 1010000 1000001

Color Harmonies of #EDC360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC360

Black with #EDC360

Text Example


Text Example

White with #EDC360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC360; }

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

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

background-color css

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

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

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

border-color css

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

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

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