#EDB94A

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

Shades of Ronchi #EDB94A

Tints of Ronchi #EDB94A

Color information

#EDB94A (or 0xEDB94A) is unknown color: approx Ronchi. HEX triplet: ED, B9 and 4A. RGB value is (237,185,74). Sum of RGB (Red+Green+Blue) = 237+185+74=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB94A is #1246B5. Grayscale: #BCBCBC. Windows color (decimal): -1197750 or 4897261. OLE color: 4897261.

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

Color convert

RGB23718574-
CMYK00.220.690.07
HSL40.86º81.91%60.98%-
HSV(B)40.86º68.78%92.94%-
XYZ53.5153.213.93-
YUV187.8963.73163.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.78%
GREEN value IS 185 (72.66% from 255) = 37.30%
BLUE value IS 74 (29.30% from 255) = 14.92%
R=47.78%
G=37.30%
B=14.92%

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
Decimal2371857400.220.690.0740.8681.9160.98
HexEDB94A01645729523d
Octal35527111202610575112275
Binary1110110110111001100101001011010001011111010011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB94A; }

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

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

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

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

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

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

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

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