Html Css Color HEX #EDC450 Cream Can

📋 copy color: '#EDC450'

red 237 ◦ green 196 ◦ blue 80

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

Shades of Cream Can #EDC450

Tints of Cream Can #EDC450

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.21%

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

R = 46.2%
G = 38.21%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDC450 (or 0xEDC450) is known color: Cream Can. HEX triplet: ED, C4 and 50. RGB value is (237,196,80). Sum of RGB (Red+Green+Blue) = 237+196+80=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC450 is #123BAF. Grayscale: #C3C3C3. Windows color (decimal): -1194928 or 5293293. OLE color: 5293293.

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

Color convert

RGB 237 196 80 -
CMYK 0 0.17 0.66 0.07
HSL 44.33º 0.81% 0.62% -
HSV(B) 44.33º 0.66% 0.93% -
XYZ 56.11 58.06 15.84 -
YUV 195.04 63.08 157.93 -
System Red Green Blue C M Y K H S L
Decimal 237 196 80 0 0.17 0.66 0.07 44.33 0.81 0.62
Hex ED C4 50 0 11 42 7 2C 51 3E
Octal 355 304 120 0 21 102 7 54 121 76
Binary 11101101 11000100 1010000 0 10001 1000010 111 101100 1010001 111110

Color Harmonies of #EDC450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC450

Black with #EDC450

Text Example


Text Example

White with #EDC450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC450; }

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

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

background-color css

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

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

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

border-color css

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

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

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