Html Css Color HEX #EDB550 Ronchi

📋 copy color: '#EDB550'

red 237 ◦ green 181 ◦ blue 80

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

Shades of Ronchi #EDB550

Tints of Ronchi #EDB550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.35%

 BLUE value IS 80 (31.64% from 255) = 16.06%

R = 47.59%
G = 36.35%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDB550 (or 0xEDB550) is known color: Ronchi. HEX triplet: ED, B5 and 50. RGB value is (237,181,80). Sum of RGB (Red+Green+Blue) = 237+181+80=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB550 is #124AAF. Grayscale: #BABABA. Windows color (decimal): -1198768 or 5289453. OLE color: 5289453.

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

Color convert

RGB 237 181 80 -
CMYK 0 0.24 0.66 0.07
HSL 38.6º 0.81% 0.62% -
HSV(B) 38.6º 0.66% 0.93% -
XYZ 52.9 51.63 14.77 -
YUV 186.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 237 181 80 0 0.24 0.66 0.07 38.6 0.81 0.62
Hex ED B5 50 0 18 42 7 27 51 3E
Octal 355 265 120 0 30 102 7 47 121 76
Binary 11101101 10110101 1010000 0 11000 1000010 111 100111 1010001 111110

Color Harmonies of #EDB550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB550

Black with #EDB550

Text Example


Text Example

White with #EDB550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB550; }

 p { color: rgb(237,181,80); }

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

background-color css

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

 a { background-color: rgb(237,181,80); }

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

border-color css

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

 span { border-color: rgb(237,181,80); }

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