Html Css Color HEX #EDB755 Ronchi

📋 copy color: '#EDB755'

red 237 ◦ green 183 ◦ blue 85

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

Shades of Ronchi #EDB755

Tints of Ronchi #EDB755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.83%

R = 46.93%
G = 36.24%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDB755 (or 0xEDB755) is known color: Ronchi. HEX triplet: ED, B7 and 55. RGB value is (237,183,85). Sum of RGB (Red+Green+Blue) = 237+183+85=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB755 is #1248AA. Grayscale: #BCBCBC. Windows color (decimal): -1198251 or 5617645. OLE color: 5617645.

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

Color convert

RGB 237 183 85 -
CMYK 0 0.23 0.64 0.07
HSL 38.68º 0.81% 0.63% -
HSV(B) 38.68º 0.64% 0.93% -
XYZ 53.5 52.53 15.91 -
YUV 187.97 69.89 162.97 -
System Red Green Blue C M Y K H S L
Decimal 237 183 85 0 0.23 0.64 0.07 38.68 0.81 0.63
Hex ED B7 55 0 17 40 7 27 51 3F
Octal 355 267 125 0 27 100 7 47 121 77
Binary 11101101 10110111 1010101 0 10111 1000000 111 100111 1010001 111111

Color Harmonies of #EDB755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB755

Black with #EDB755

Text Example


Text Example

White with #EDB755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB755; }

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

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

background-color css

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

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

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

border-color css

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

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

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