Html Css Color HEX #EDB955 Ronchi

📋 copy color: '#EDB955'

red 237 ◦ green 185 ◦ blue 85

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

Shades of Ronchi #EDB955

Tints of Ronchi #EDB955

RGB

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

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

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

R = 46.75%
G = 36.49%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDB955 (or 0xEDB955) is known color: Ronchi. HEX triplet: ED, B9 and 55. RGB value is (237,185,85). Sum of RGB (Red+Green+Blue) = 237+185+85=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB955 is #1246AA. Grayscale: #BDBDBD. Windows color (decimal): -1197739 or 5618157. OLE color: 5618157.

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

Color convert

RGB 237 185 85 -
CMYK 0 0.22 0.64 0.07
HSL 39.47º 0.81% 0.63% -
HSV(B) 39.47º 0.64% 0.93% -
XYZ 53.91 53.36 16.05 -
YUV 189.15 69.23 162.13 -
System Red Green Blue C M Y K H S L
Decimal 237 185 85 0 0.22 0.64 0.07 39.47 0.81 0.63
Hex ED B9 55 0 16 40 7 27 51 3F
Octal 355 271 125 0 26 100 7 47 121 77
Binary 11101101 10111001 1010101 0 10110 1000000 111 100111 1010001 111111

Color Harmonies of #EDB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB955

Black with #EDB955

Text Example


Text Example

White with #EDB955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB955; }

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

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

background-color css

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

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

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

border-color css

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

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

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