#EDBA4A

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

Shades of Ronchi #EDBA4A

Tints of Ronchi #EDBA4A

Color information

#EDBA4A (or 0xEDBA4A) is unknown color: approx Ronchi. HEX triplet: ED, BA and 4A. RGB value is (237,186,74). Sum of RGB (Red+Green+Blue) = 237+186+74=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA4A is #1245B5. Grayscale: #BCBCBC. Windows color (decimal): -1197494 or 4897517. OLE color: 4897517.

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

Color convert

RGB23718674-
CMYK00.220.690.07
HSL41.23º81.91%60.98%-
HSV(B)41.23º68.78%92.94%-
XYZ53.7253.6214-
YUV188.4863.4162.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.69%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 74 (29.30% from 255) = 14.89%
R=47.69%
G=37.42%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371867400.220.690.0741.2381.9160.98
HexEDBA4A01645729523d
Octal35527211202610575112275
Binary1110110110111010100101001011010001011111010011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA4A; }

 p { color: rgb(237,186,74); }

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

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

 a { background-color: rgb(237,186,74); }

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

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

 span { border-color: rgb(237,186,74); }

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