Html Css Color HEX #EDC15C Cream Can

📋 copy color: '#EDC15C'

red 237 ◦ green 193 ◦ blue 92

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

Shades of Cream Can #EDC15C

Tints of Cream Can #EDC15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.62%

R = 45.4%
G = 36.97%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDC15C (or 0xEDC15C) is known color: Cream Can. HEX triplet: ED, C1 and 5C. RGB value is (237,193,92). Sum of RGB (Red+Green+Blue) = 237+193+92=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC15C is #123EA3. Grayscale: #C3C3C3. Windows color (decimal): -1195684 or 6078957. OLE color: 6078957.

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

Color convert

RGB 237 193 92 -
CMYK 0 0.19 0.61 0.07
HSL 41.79º 0.8% 0.65% -
HSV(B) 41.79º 0.61% 0.93% -
XYZ 55.93 56.92 18.16 -
YUV 194.64 70.08 158.21 -
System Red Green Blue C M Y K H S L
Decimal 237 193 92 0 0.19 0.61 0.07 41.79 0.8 0.65
Hex ED C1 5C 0 13 3D 7 2A 50 41
Octal 355 301 134 0 23 75 7 52 120 101
Binary 11101101 11000001 1011100 0 10011 111101 111 101010 1010000 1000001

Color Harmonies of #EDC15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC15C

Black with #EDC15C

Text Example


Text Example

White with #EDC15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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