Html Css Color HEX #EDB959 Ronchi

📋 copy color: '#EDB959'

red 237 ◦ green 185 ◦ blue 89

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

Shades of Ronchi #EDB959

Tints of Ronchi #EDB959

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.2%

 BLUE value IS 89 (35.16% from 255) = 17.42%

R = 46.38%
G = 36.2%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDB959 (or 0xEDB959) is known color: Ronchi. HEX triplet: ED, B9 and 59. RGB value is (237,185,89). Sum of RGB (Red+Green+Blue) = 237+185+89=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 89 (35.16% from 255 or 17.42% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB959 is #1246A6. Grayscale: #BEBEBE. Windows color (decimal): -1197735 or 5880301. OLE color: 5880301.

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

Color convert

RGB 237 185 89 -
CMYK 0 0.22 0.62 0.07
HSL 38.92º 0.8% 0.64% -
HSV(B) 38.92º 0.62% 0.93% -
XYZ 54.08 53.42 16.91 -
YUV 189.6 71.23 161.81 -
System Red Green Blue C M Y K H S L
Decimal 237 185 89 0 0.22 0.62 0.07 38.92 0.8 0.64
Hex ED B9 59 0 16 3E 7 27 50 40
Octal 355 271 131 0 26 76 7 47 120 100
Binary 11101101 10111001 1011001 0 10110 111110 111 100111 1010000 1000000

Color Harmonies of #EDB959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB959

Black with #EDB959

Text Example


Text Example

White with #EDB959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB959; }

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

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

background-color css

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

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

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

border-color css

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

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

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