Html Css Color HEX #EDC15F Cream Can

📋 copy color: '#EDC15F'

red 237 ◦ green 193 ◦ blue 95

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

Shades of Cream Can #EDC15F

Tints of Cream Can #EDC15F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.76%

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

R = 45.14%
G = 36.76%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDC15F (or 0xEDC15F) is known color: Cream Can. HEX triplet: ED, C1 and 5F. RGB value is (237,193,95). Sum of RGB (Red+Green+Blue) = 237+193+95=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC15F is #123EA0. Grayscale: #C3C3C3. Windows color (decimal): -1195681 or 6275565. OLE color: 6275565.

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

Color convert

RGB 237 193 95 -
CMYK 0 0.19 0.60 0.07
HSL 41.41º 0.8% 0.65% -
HSV(B) 41.41º 0.6% 0.93% -
XYZ 56.06 56.97 18.87 -
YUV 194.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 237 193 95 0 0.19 0.60 0.07 41.41 0.8 0.65
Hex ED C1 5F 0 13 3C 7 29 50 41
Octal 355 301 137 0 23 74 7 51 120 101
Binary 11101101 11000001 1011111 0 10011 111100 111 101001 1010000 1000001

Color Harmonies of #EDC15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC15F

Black with #EDC15F

Text Example


Text Example

White with #EDC15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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