Html Css Color HEX #EDBC57 Ronchi

📋 copy color: '#EDBC57'

red 237 ◦ green 188 ◦ blue 87

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

Shades of Ronchi #EDBC57

Tints of Ronchi #EDBC57

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.72%

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

R = 46.29%
G = 36.72%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDBC57 (or 0xEDBC57) is known color: Ronchi. HEX triplet: ED, BC and 57. RGB value is (237,188,87). Sum of RGB (Red+Green+Blue) = 237+188+87=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 87 (34.38% from 255 or 16.99% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC57 is #1243A8. Grayscale: #BFBFBF. Windows color (decimal): -1196969 or 5749997. OLE color: 5749997.

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

Color convert

RGB 237 188 87 -
CMYK 0 0.21 0.63 0.07
HSL 40.4º 0.81% 0.64% -
HSV(B) 40.4º 0.63% 0.93% -
XYZ 54.63 54.66 16.69 -
YUV 191.14 69.23 160.71 -
System Red Green Blue C M Y K H S L
Decimal 237 188 87 0 0.21 0.63 0.07 40.4 0.81 0.64
Hex ED BC 57 0 15 3F 7 28 51 40
Octal 355 274 127 0 25 77 7 50 121 100
Binary 11101101 10111100 1010111 0 10101 111111 111 101000 1010001 1000000

Color Harmonies of #EDBC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC57

Black with #EDBC57

Text Example


Text Example

White with #EDBC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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