Html Css Color HEX #EDC150 Cream Can

📋 copy color: '#EDC150'

red 237 ◦ green 193 ◦ blue 80

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

Shades of Cream Can #EDC150

Tints of Cream Can #EDC150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.69%

R = 46.47%
G = 37.84%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDC150 (or 0xEDC150) is known color: Cream Can. HEX triplet: ED, C1 and 50. RGB value is (237,193,80). Sum of RGB (Red+Green+Blue) = 237+193+80=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC150 is #123EAF. Grayscale: #C1C1C1. Windows color (decimal): -1195696 or 5292525. OLE color: 5292525.

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

Color convert

RGB 237 193 80 -
CMYK 0 0.19 0.66 0.07
HSL 43.18º 0.81% 0.62% -
HSV(B) 43.18º 0.66% 0.93% -
XYZ 55.44 56.72 15.62 -
YUV 193.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 237 193 80 0 0.19 0.66 0.07 43.18 0.81 0.62
Hex ED C1 50 0 13 42 7 2B 51 3E
Octal 355 301 120 0 23 102 7 53 121 76
Binary 11101101 11000001 1010000 0 10011 1000010 111 101011 1010001 111110

Color Harmonies of #EDC150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC150

Black with #EDC150

Text Example


Text Example

White with #EDC150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC150; }

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

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

background-color css

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

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

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

border-color css

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

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

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