Html Css Color HEX #EDB757 Ronchi

📋 copy color: '#EDB757'

red 237 ◦ green 183 ◦ blue 87

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

Shades of Ronchi #EDB757

Tints of Ronchi #EDB757

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.09%

 BLUE value IS 87 (34.38% from 255) = 17.16%

R = 46.75%
G = 36.09%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDB757 (or 0xEDB757) is known color: Ronchi. HEX triplet: ED, B7 and 57. RGB value is (237,183,87). Sum of RGB (Red+Green+Blue) = 237+183+87=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB757 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB757 is #1248A8. Grayscale: #BCBCBC. Windows color (decimal): -1198249 or 5748717. OLE color: 5748717.

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

Color convert

RGB 237 183 87 -
CMYK 0 0.23 0.63 0.07
HSL 38.4º 0.81% 0.64% -
HSV(B) 38.4º 0.63% 0.93% -
XYZ 53.58 52.56 16.34 -
YUV 188.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 237 183 87 0 0.23 0.63 0.07 38.4 0.81 0.64
Hex ED B7 57 0 17 3F 7 26 51 40
Octal 355 267 127 0 27 77 7 46 121 100
Binary 11101101 10110111 1010111 0 10111 111111 111 100110 1010001 1000000

Color Harmonies of #EDB757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB757

Black with #EDB757

Text Example


Text Example

White with #EDB757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB757; }

 p { color: rgb(237,183,87); }

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

background-color css

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

 a { background-color: rgb(237,183,87); }

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

border-color css

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

 span { border-color: rgb(237,183,87); }

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