Html Css Color HEX #EDB759 Ronchi

📋 copy color: '#EDB759'

red 237 ◦ green 183 ◦ blue 89

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

Shades of Ronchi #EDB759

Tints of Ronchi #EDB759

RGB

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

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

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

R = 46.56%
G = 35.95%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDB759 (or 0xEDB759) is known color: Ronchi. HEX triplet: ED, B7 and 59. RGB value is (237,183,89). Sum of RGB (Red+Green+Blue) = 237+183+89=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 89 (35.16% from 255 or 17.49% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB759 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB759 is #1248A6. Grayscale: #BCBCBC. Windows color (decimal): -1198247 or 5879789. OLE color: 5879789.

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

Color convert

RGB 237 183 89 -
CMYK 0 0.23 0.62 0.07
HSL 38.11º 0.8% 0.64% -
HSV(B) 38.11º 0.62% 0.93% -
XYZ 53.66 52.59 16.77 -
YUV 188.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 237 183 89 0 0.23 0.62 0.07 38.11 0.8 0.64
Hex ED B7 59 0 17 3E 7 26 50 40
Octal 355 267 131 0 27 76 7 46 120 100
Binary 11101101 10110111 1011001 0 10111 111110 111 100110 1010000 1000000

Color Harmonies of #EDB759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB759

Black with #EDB759

Text Example


Text Example

White with #EDB759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB759; }

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

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

background-color css

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

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

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

border-color css

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

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

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