#EDB943

Color #EDB943 Ronchi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ronchi #EDB943

Tints of Ronchi #EDB943

Color information

#EDB943 (or 0xEDB943) is unknown color: approx Ronchi. HEX triplet: ED, B9 and 43. RGB value is (237,185,67). Sum of RGB (Red+Green+Blue) = 237+185+67=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 67 (26.56% from 255 or 13.70% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB943 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB943 is #1246BC. Grayscale: #BBBBBB. Windows color (decimal): -1197757 or 4438509. OLE color: 4438509.

HSL color Cylindrical-coordinate representation of color #EDB943: hue angle of 41.65º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDB943 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB23718567-
CMYK00.220.720.07
HSL41.65º82.52%59.61%-
HSV(B)41.65º71.73%92.94%-
XYZ53.2953.1112.75-
YUV187.160.23163.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.47%
GREEN value IS 185 (72.66% from 255) = 37.83%
BLUE value IS 67 (26.56% from 255) = 13.70%
R=48.47%
G=37.83%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371856700.220.720.0741.6582.5259.61
HexEDB9430164872a533c
Octal35527110302611075212374
Binary1110110110111001100001101011010010001111010101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB943; }

 p { color: rgb(237,185,67); }

 H1.HeaderClassName
 {
   color: #EDB943;
 }
 .AnyTagClassName
 {
   color: #EDB943;
 }
</style>
background-color css

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

 a { background-color: rgb(237,185,67); }

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

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

 span { border-color: rgb(237,185,67); }

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