Html Css Color HEX #EDC24F Cream Can

📋 copy color: '#EDC24F'

red 237 ◦ green 194 ◦ blue 79

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

Shades of Cream Can #EDC24F

Tints of Cream Can #EDC24F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.04%

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

R = 46.47%
G = 38.04%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDC24F (or 0xEDC24F) is known color: Cream Can. HEX triplet: ED, C2 and 4F. RGB value is (237,194,79). Sum of RGB (Red+Green+Blue) = 237+194+79=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 79 (31.25% from 255 or 15.49% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC24F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC24F is #123DB0. Grayscale: #C2C2C2. Windows color (decimal): -1195441 or 5227245. OLE color: 5227245.

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

Color convert

RGB 237 194 79 -
CMYK 0 0.18 0.67 0.07
HSL 43.67º 0.81% 0.62% -
HSV(B) 43.67º 0.67% 0.93% -
XYZ 55.63 57.15 15.5 -
YUV 193.75 63.25 158.85 -
System Red Green Blue C M Y K H S L
Decimal 237 194 79 0 0.18 0.67 0.07 43.67 0.81 0.62
Hex ED C2 4F 0 12 43 7 2C 51 3E
Octal 355 302 117 0 22 103 7 54 121 76
Binary 11101101 11000010 1001111 0 10010 1000011 111 101100 1010001 111110

Color Harmonies of #EDC24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC24F

Black with #EDC24F

Text Example


Text Example

White with #EDC24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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