Html Css Color HEX #EDBC55 Ronchi

📋 copy color: '#EDBC55'

red 237 ◦ green 188 ◦ blue 85

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

Shades of Ronchi #EDBC55

Tints of Ronchi #EDBC55

RGB

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

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

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

R = 46.47%
G = 36.86%
B = 16.67%

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

#EDBC55 (or 0xEDBC55) is known color: Ronchi. HEX triplet: ED, BC and 55. RGB value is (237,188,85). Sum of RGB (Red+Green+Blue) = 237+188+85=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC55 is #1243AA. Grayscale: #BFBFBF. Windows color (decimal): -1196971 or 5618925. OLE color: 5618925.

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

Color convert

RGB 237 188 85 -
CMYK 0 0.21 0.64 0.07
HSL 40.66º 0.81% 0.63% -
HSV(B) 40.66º 0.64% 0.93% -
XYZ 54.55 54.63 16.26 -
YUV 190.91 68.23 160.88 -
System Red Green Blue C M Y K H S L
Decimal 237 188 85 0 0.21 0.64 0.07 40.66 0.81 0.63
Hex ED BC 55 0 15 40 7 29 51 3F
Octal 355 274 125 0 25 100 7 51 121 77
Binary 11101101 10111100 1010101 0 10101 1000000 111 101001 1010001 111111

Color Harmonies of #EDBC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC55

Black with #EDBC55

Text Example


Text Example

White with #EDBC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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