Html Css Color HEX #EDC55F Cream Can

📋 copy color: '#EDC55F'

red 237 ◦ green 197 ◦ blue 95

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

Shades of Cream Can #EDC55F

Tints of Cream Can #EDC55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.96%

R = 44.8%
G = 37.24%
B = 17.96%

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

#EDC55F (or 0xEDC55F) is known color: Cream Can. HEX triplet: ED, C5 and 5F. RGB value is (237,197,95). Sum of RGB (Red+Green+Blue) = 237+197+95=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC55F is #123AA0. Grayscale: #C5C5C5. Windows color (decimal): -1194657 or 6276589. OLE color: 6276589.

HSL color Cylindrical-coordinate representation of color #EDC55F: hue angle of 43.1º 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 #EDC55F is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 197 95 -
CMYK 0 0.17 0.60 0.07
HSL 43.1º 0.8% 0.65% -
HSV(B) 43.1º 0.6% 0.93% -
XYZ 56.96 58.76 19.17 -
YUV 197.33 70.25 156.29 -
System Red Green Blue C M Y K H S L
Decimal 237 197 95 0 0.17 0.60 0.07 43.1 0.8 0.65
Hex ED C5 5F 0 11 3C 7 2B 50 41
Octal 355 305 137 0 21 74 7 53 120 101
Binary 11101101 11000101 1011111 0 10001 111100 111 101011 1010000 1000001

Color Harmonies of #EDC55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC55F

Black with #EDC55F

Text Example


Text Example

White with #EDC55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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