Html Css Color HEX #EDC55E Cream Can

📋 copy color: '#EDC55E'

red 237 ◦ green 197 ◦ blue 94

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

Shades of Cream Can #EDC55E

Tints of Cream Can #EDC55E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.31%

 BLUE value IS 94 (37.11% from 255) = 17.8%

R = 44.89%
G = 37.31%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDC55E (or 0xEDC55E) is known color: Cream Can. HEX triplet: ED, C5 and 5E. RGB value is (237,197,94). Sum of RGB (Red+Green+Blue) = 237+197+94=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC55E is #123AA1. Grayscale: #C5C5C5. Windows color (decimal): -1194658 or 6211053. OLE color: 6211053.

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

Color convert

RGB 237 197 94 -
CMYK 0 0.17 0.60 0.07
HSL 43.22º 0.8% 0.65% -
HSV(B) 43.22º 0.6% 0.93% -
XYZ 56.91 58.75 18.93 -
YUV 197.22 69.75 156.38 -
System Red Green Blue C M Y K H S L
Decimal 237 197 94 0 0.17 0.60 0.07 43.22 0.8 0.65
Hex ED C5 5E 0 11 3C 7 2B 50 41
Octal 355 305 136 0 21 74 7 53 120 101
Binary 11101101 11000101 1011110 0 10001 111100 111 101011 1010000 1000001

Color Harmonies of #EDC55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC55E

Black with #EDC55E

Text Example


Text Example

White with #EDC55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC55E; }

 p { color: rgb(237,197,94); }

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

background-color css

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

 a { background-color: rgb(237,197,94); }

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

border-color css

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

 span { border-color: rgb(237,197,94); }

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