Html Css Color HEX #EDB857 Ronchi

📋 copy color: '#EDB857'

red 237 ◦ green 184 ◦ blue 87

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

Shades of Ronchi #EDB857

Tints of Ronchi #EDB857

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.22%

 BLUE value IS 87 (34.38% from 255) = 17.13%

R = 46.65%
G = 36.22%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDB857 (or 0xEDB857) is known color: Ronchi. HEX triplet: ED, B8 and 57. RGB value is (237,184,87). Sum of RGB (Red+Green+Blue) = 237+184+87=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 87 (34.38% from 255 or 17.13% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB857 is #1247A8. Grayscale: #BDBDBD. Windows color (decimal): -1197993 or 5748973. OLE color: 5748973.

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

Color convert

RGB 237 184 87 -
CMYK 0 0.22 0.63 0.07
HSL 38.8º 0.81% 0.64% -
HSV(B) 38.8º 0.63% 0.93% -
XYZ 53.79 52.97 16.41 -
YUV 188.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 237 184 87 0 0.22 0.63 0.07 38.8 0.81 0.64
Hex ED B8 57 0 16 3F 7 27 51 40
Octal 355 270 127 0 26 77 7 47 121 100
Binary 11101101 10111000 1010111 0 10110 111111 111 100111 1010001 1000000

Color Harmonies of #EDB857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB857

Black with #EDB857

Text Example


Text Example

White with #EDB857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB857; }

 p { color: rgb(237,184,87); }

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

background-color css

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

 a { background-color: rgb(237,184,87); }

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

border-color css

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

 span { border-color: rgb(237,184,87); }

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