Html Css Color HEX #EDC15D Cream Can

📋 copy color: '#EDC15D'

red 237 ◦ green 193 ◦ blue 93

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

Shades of Cream Can #EDC15D

Tints of Cream Can #EDC15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.78%

R = 45.32%
G = 36.9%
B = 17.78%

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

#EDC15D (or 0xEDC15D) is known color: Cream Can. HEX triplet: ED, C1 and 5D. RGB value is (237,193,93). Sum of RGB (Red+Green+Blue) = 237+193+93=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC15D is #123EA2. Grayscale: #C3C3C3. Windows color (decimal): -1195683 or 6144493. OLE color: 6144493.

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

Color convert

RGB 237 193 93 -
CMYK 0 0.19 0.61 0.07
HSL 41.67º 0.8% 0.65% -
HSV(B) 41.67º 0.61% 0.93% -
XYZ 55.97 56.93 18.4 -
YUV 194.76 70.58 158.13 -
System Red Green Blue C M Y K H S L
Decimal 237 193 93 0 0.19 0.61 0.07 41.67 0.8 0.65
Hex ED C1 5D 0 13 3D 7 2A 50 41
Octal 355 301 135 0 23 75 7 52 120 101
Binary 11101101 11000001 1011101 0 10011 111101 111 101010 1010000 1000001

Color Harmonies of #EDC15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC15D

Black with #EDC15D

Text Example


Text Example

White with #EDC15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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