Html Css Color HEX #EDB957 Ronchi

📋 copy color: '#EDB957'

red 237 ◦ green 185 ◦ blue 87

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

Shades of Ronchi #EDB957

Tints of Ronchi #EDB957

RGB

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

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

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

R = 46.56%
G = 36.35%
B = 17.09%

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

#EDB957 (or 0xEDB957) is known color: Ronchi. HEX triplet: ED, B9 and 57. RGB value is (237,185,87). Sum of RGB (Red+Green+Blue) = 237+185+87=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 87 (34.38% from 255 or 17.09% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB957 is #1246A8. Grayscale: #BDBDBD. Windows color (decimal): -1197737 or 5749229. OLE color: 5749229.

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

Color convert

RGB 237 185 87 -
CMYK 0 0.22 0.63 0.07
HSL 39.2º 0.81% 0.64% -
HSV(B) 39.2º 0.63% 0.93% -
XYZ 53.99 53.39 16.48 -
YUV 189.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 237 185 87 0 0.22 0.63 0.07 39.2 0.81 0.64
Hex ED B9 57 0 16 3F 7 27 51 40
Octal 355 271 127 0 26 77 7 47 121 100
Binary 11101101 10111001 1010111 0 10110 111111 111 100111 1010001 1000000

Color Harmonies of #EDB957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB957

Black with #EDB957

Text Example


Text Example

White with #EDB957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB957; }

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

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

background-color css

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

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

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

border-color css

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

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

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