Html Css Color HEX #EDB950 Ronchi

📋 copy color: '#EDB950'

red 237 ◦ green 185 ◦ blue 80

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

Shades of Ronchi #EDB950

Tints of Ronchi #EDB950

RGB

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

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

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

R = 47.21%
G = 36.85%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDB950 (or 0xEDB950) is known color: Ronchi. HEX triplet: ED, B9 and 50. RGB value is (237,185,80). Sum of RGB (Red+Green+Blue) = 237+185+80=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB950 is #1246AF. Grayscale: #BDBDBD. Windows color (decimal): -1197744 or 5290477. OLE color: 5290477.

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

Color convert

RGB 237 185 80 -
CMYK 0 0.22 0.66 0.07
HSL 40.13º 0.81% 0.62% -
HSV(B) 40.13º 0.66% 0.93% -
XYZ 53.72 53.28 15.04 -
YUV 188.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 237 185 80 0 0.22 0.66 0.07 40.13 0.81 0.62
Hex ED B9 50 0 16 42 7 28 51 3E
Octal 355 271 120 0 26 102 7 50 121 76
Binary 11101101 10111001 1010000 0 10110 1000010 111 101000 1010001 111110

Color Harmonies of #EDB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB950

Black with #EDB950

Text Example


Text Example

White with #EDB950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB950; }

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

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

background-color css

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

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

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

border-color css

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

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

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