Html Css Color HEX #EDC54F Cream Can

📋 copy color: '#EDC54F'

red 237 ◦ green 197 ◦ blue 79

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

Shades of Cream Can #EDC54F

Tints of Cream Can #EDC54F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.4%

R = 46.2%
G = 38.4%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDC54F (or 0xEDC54F) is known color: Cream Can. HEX triplet: ED, C5 and 4F. RGB value is (237,197,79). Sum of RGB (Red+Green+Blue) = 237+197+79=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC54F is #123AB0. Grayscale: #C4C4C4. Windows color (decimal): -1194673 or 5228013. OLE color: 5228013.

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

Color convert

RGB 237 197 79 -
CMYK 0 0.17 0.67 0.07
HSL 44.81º 0.81% 0.62% -
HSV(B) 44.81º 0.67% 0.93% -
XYZ 56.3 58.5 15.72 -
YUV 195.51 62.25 157.59 -
System Red Green Blue C M Y K H S L
Decimal 237 197 79 0 0.17 0.67 0.07 44.81 0.81 0.62
Hex ED C5 4F 0 11 43 7 2D 51 3E
Octal 355 305 117 0 21 103 7 55 121 76
Binary 11101101 11000101 1001111 0 10001 1000011 111 101101 1010001 111110

Color Harmonies of #EDC54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC54F

Black with #EDC54F

Text Example


Text Example

White with #EDC54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC54F; }

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

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

background-color css

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

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

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

border-color css

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

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

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