Html Css Color HEX #EDBC56 Ronchi

📋 copy color: '#EDBC56'

red 237 ◦ green 188 ◦ blue 86

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

Shades of Ronchi #EDBC56

Tints of Ronchi #EDBC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.83%

R = 46.38%
G = 36.79%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDBC56 (or 0xEDBC56) is known color: Ronchi. HEX triplet: ED, BC and 56. RGB value is (237,188,86). Sum of RGB (Red+Green+Blue) = 237+188+86=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC56 is #1243A9. Grayscale: #BFBFBF. Windows color (decimal): -1196970 or 5684461. OLE color: 5684461.

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

Color convert

RGB 237 188 86 -
CMYK 0 0.21 0.64 0.07
HSL 40.53º 0.81% 0.63% -
HSV(B) 40.53º 0.64% 0.93% -
XYZ 54.59 54.64 16.47 -
YUV 191.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 237 188 86 0 0.21 0.64 0.07 40.53 0.81 0.63
Hex ED BC 56 0 15 40 7 29 51 3F
Octal 355 274 126 0 25 100 7 51 121 77
Binary 11101101 10111100 1010110 0 10101 1000000 111 101001 1010001 111111

Color Harmonies of #EDBC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC56

Black with #EDBC56

Text Example


Text Example

White with #EDBC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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